Interface FourConsumer<T,โ€‹U,โ€‹V,โ€‹W>

  • 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 FourConsumer<T,โ€‹U,โ€‹V,โ€‹W>
    • Method Detail

      • accept

        void acceptโ€‹(T t,
                    U u,
                    V v,
                    W w)