Interface RootBatch<T>

    • Method Detail

      • anySatisfy

        boolean anySatisfy​(Predicate<? super T> predicate)
      • allSatisfy

        boolean allSatisfy​(Predicate<? super T> predicate)