Interface Predicate6<A,​B,​C,​D,​E,​F>

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

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

      • test

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