Interface Predicate4<A,​B,​C,​D>

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    Predicate4.Impl

    public interface Predicate4<A,​B,​C,​D>
    extends java.io.Serializable
    • Method Detail

      • test

        boolean test​(A a,
                     B b,
                     C c,
                     D d)
              throws java.lang.Exception
        Throws:
        java.lang.Exception