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