Uses of Interface
no.digipost.util.bisect.Evaluator.OutputStreamObjectWriter
-
Packages that use Evaluator.OutputStreamObjectWriter Package Description no.digipost.util.bisect -
-
Uses of Evaluator.OutputStreamObjectWriter in no.digipost.util.bisect
Methods in no.digipost.util.bisect with parameters of type Evaluator.OutputStreamObjectWriter 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> 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.
-