Uses of Interface
no.digipost.util.bisect.Suggester
-
Packages that use Suggester Package Description no.digipost.util.bisect -
-
Uses of Suggester in no.digipost.util.bisect
Methods in no.digipost.util.bisect with parameters of type Suggester Modifier and Type Method Description static <T> BisectSearch.Builder<T>BisectSearch. from(Suggester<T> suggester)Define the "source" of the search, how to generate suggested values which will be evaluated.
-