Uses of Interface
no.digipost.util.bisect.Evaluator
-
Packages that use Evaluator Package Description no.digipost.util.bisect -
-
Uses of Evaluator in no.digipost.util.bisect
Methods in no.digipost.util.bisect that return Evaluator Modifier and Type Method Description static <T> Evaluator<T>Evaluator. byteCount(long targetBytes, Evaluator.OutputStreamObjectWriter<? super T,? super Evaluator.ByteCounter> serializer)Evaluate suggestions based on how many bytes is written from a suggestion.static <T,U extends Comparable<? super U>,X extends Exception>
Evaluator<T>Evaluator. having(ThrowingFunction<? super T,? extends U,X> propertyExtractor, U comparableTarget)Evaluate suggestions using an extractedcomparableproperty of the suggestions.static <T> Evaluator<T>Evaluator. size(DataSize targetSize, Evaluator.OutputStreamObjectWriter<? super T,? super Evaluator.ByteCounter> serializer)Evaluate suggestions based on how many bytes is written from a suggestion.Methods in no.digipost.util.bisect with parameters of type Evaluator Modifier and Type Method Description TBisectSearch. searchFor(Evaluator<? super T> evaluator)Perform a search for a value using a givenEvaluator
-