Interface OptionalPredicate<T>


public interface OptionalPredicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T value, boolean defaultResult)
     
  • Method Details

    • test

      boolean test(T value, boolean defaultResult)