Class DropWhileIterablePredicate<T>

    • Constructor Detail

      • DropWhileIterablePredicate

        public DropWhileIterablePredicate​(Predicate<? super T> predicate)
    • Method Detail

      • accept

        public boolean accept​(T each)
        Specified by:
        accept in interface Predicate<T>