Uses of Interface
no.digipost.util.bisect.Evaluator
Packages that use Evaluator
-
Uses of Evaluator in no.digipost.util.bisect
Methods in no.digipost.util.bisect that return EvaluatorModifier and TypeMethodDescriptionstatic <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