Module life.expert

Interface CheckedPredicate6<T1,​T2,​T3,​T4,​T5,​T6>

  • Type Parameters:
    T1 - the type parameter
    T2 - the type parameter
    T3 - the type parameter
    T4 - the type parameter
    T5 - the type parameter
    T6 - the type parameter
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface CheckedPredicate6<T1,​T2,​T3,​T4,​T5,​T6>
    in order to be able to put the code that calls checked exceptions in lambda
    • Method Summary

      Modifier and Type Method Description
      boolean test​(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
      Test boolean.
    • Method Detail

      • test

        boolean test​(T1 t1,
                     T2 t2,
                     T3 t3,
                     T4 t4,
                     T5 t5,
                     T6 t6)
              throws java.lang.Throwable
        Test boolean.
        Parameters:
        t1 - the t 1
        t2 - the t 2
        t3 - the t 3
        t4 - the t 4
        t5 - the t 5
        t6 - the t 6
        Returns:
        the boolean
        Throws:
        java.lang.Throwable - the throwable