Interface Predicate<T>


  • public interface Predicate<T>
    • Method Detail

      • test

        boolean test​(T t)
        Returns the result of the predicate on the given input
        Parameters:
        t - Input
        Returns:
        Result