Package com.github.phantomthief.util
Interface TriConsumer<A,B,C>
-
public interface TriConsumer<A,B,C>- Author:
- w.vela
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(A a, B b, C c)
-