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
-
Method Details
-
accept
Accept the data- Parameters:
data1- The first objectdata2- The first object
-