Interface ListModule.SplitAt

  • Enclosing interface:
    ListModule

    public static interface ListModule.SplitAt
    • Method Detail

      • splitByPredicateReversed

        static <T> Tuple2<List<T>,​List<T>> splitByPredicateReversed​(List<T> source,
                                                                          java.util.function.Predicate<? super T> predicate)