Interface TriConsumer<A,B,C>

Type Parameters:
A - a
B - b
C - c

public interface TriConsumer<A,B,C>
It consumes three things.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(A a, B b, C c)
     
  • Method Details

    • accept

      void accept(A a, B b, C c)