Package io.vavr.collection
Interface IndexedSeqModule.Search
- Enclosing interface:
IndexedSeqModule
public static interface IndexedSeqModule.Search
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T> int
binarySearch
(IndexedSeq<T> seq, IntUnaryOperator comparison)
-
Method Details
-
binarySearch
-