Package com.mku.func
Interface TriConsumer<T1,T2,T3>
-
- Type Parameters:
T1
- Type of first argumentT2
- Type of second argumentT3
- Type of third argument
public interface TriConsumer<T1,T2,T3>
Backwards compatibility TriConsumer class for devices with Android 23 and prior.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T1 data1, T2 data2, T3 data3)
-