Interface Predicate9<A,​B,​C,​D,​E,​F,​G,​H,​I>

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

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

      • test

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