Class Functions.BooleanSupplierPredicateReverse<T>

  • All Implemented Interfaces:
    Predicate<T>
    Enclosing class:
    Functions

    static final class Functions.BooleanSupplierPredicateReverse<T>
    extends java.lang.Object
    implements Predicate<T>
    • Constructor Detail

      • BooleanSupplierPredicateReverse

        BooleanSupplierPredicateReverse​(BooleanSupplier supplier)
    • Method Detail

      • test

        public boolean test​(T t)
                     throws java.lang.Throwable
        Description copied from interface: Predicate
        Test the given input value and return a boolean.
        Specified by:
        test in interface Predicate<T>
        Parameters:
        t - the value
        Returns:
        the boolean result
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception