Interface Tracers.QuadConsumer<T,U,V,W>

Type Parameters:
T - First argument type
U - Second argument type
V - Third argument type
W - Fourth argument type
Enclosing class:
Tracers
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 static interface Tracers.QuadConsumer<T,U,V,W>
Consumer that accepts four arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t, U u, V v, W w)
     
  • Method Details

    • accept

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