Interface Consumer3<P1,​P2,​P3>

  • All Known Subinterfaces:
    Checkeds.CheckedThrowingConsumer3<P1,​P2,​P3>
    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 Consumer3<P1,​P2,​P3>
    • Method Detail

      • accept

        void accept​(P1 p1,
                    P2 p2,
                    P3 p3)