Package com.mku.func
Interface Consumer<T>
-
- Type Parameters:
T
- Type of argument
public interface Consumer<T>
Backwards compatibility Consumer class for devices with Android 23 and prior.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T data)
-
-
-
Method Detail
-
accept
void accept(T data)
-
-