Interface IConsumer3<I0,​I1,​I2>

  • All Superinterfaces:
    IConsumer, IFunctional
    All Known Subinterfaces:
    IFunction3<I0,​I1,​I2,​O>
    All Known Implementing Classes:
    TypeSwitch3
    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 IConsumer3<I0,​I1,​I2>
    extends IConsumer