Package fi.jubic.easyutils.function
Interface Consumer3<T0,T1,T2>
-
public interface Consumer3<T0,T1,T2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T0 p0, T1 p1, T2 p2)
-
public interface Consumer3<T0,T1,T2>
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(T0 p0,
T1 p1,
T2 p2) |