Interface QuadConsumer<A,B,C,D>

All Superinterfaces:
Throwables.QuadConsumer<A,B,C,D,RuntimeException>

public interface QuadConsumer<A,B,C,D> extends Throwables.QuadConsumer<A,B,C,D,RuntimeException>
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(A a, B b, C c, D d)
     
    default QuadConsumer<A,B,C,D>
    andThen(QuadConsumer<? super A,? super B,? super C,? super D> after)