Interface OptionalPredicate<T>


  • public interface OptionalPredicate<T>
    • Method Detail

      • test

        boolean test​(T value,
                     boolean defaultResult)