Interface IndexedSeqModule.Search

  • Enclosing interface:
    IndexedSeqModule

    public static interface IndexedSeqModule.Search
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <T> int binarySearch​(IndexedSeq<T> seq, java.util.function.IntUnaryOperator comparison)  
    • Method Detail

      • binarySearch

        static <T> int binarySearch​(IndexedSeq<T> seq,
                                    java.util.function.IntUnaryOperator comparison)