Interface Predicate5<A,​B,​C,​D,​E>

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

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

      • test

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