Interface A3Predicate<T,​E,​F>


  • public interface A3Predicate<T,​E,​F>
    • Field Detail

      • TRUE_STUB

        static final A3Predicate<?,​?,​?> TRUE_STUB
      • FALSE_STUB

        static final A3Predicate<?,​?,​?> FALSE_STUB
    • Method Detail

      • test2

        boolean test2​(T value1,
                      E value2,
                      F value3)
      • test

        default boolean test​(T value1,
                             E value2,
                             F value3)
      • TRUE_STUB

        static A3Predicate<LNode,​java.lang.String,​java.lang.Object> TRUE_STUB()
      • FALSE_STUB

        static A3Predicate<LNode,​java.lang.String,​java.lang.Object> FALSE_STUB()