Package trclib.dataprocessor
Interface TrcUtil.DataSupplier<T>
- Enclosing class:
- TrcUtil
public static interface TrcUtil.DataSupplier<T>
This interface provides the method to get data of the specified type. This is to replaced the Supplier
interface that Java SDK provides but Android API level 19 does not have.
-
Method Summary
-
Method Details
-
get
T get()This method returns the data of the designated type.- Returns:
- data of the designated type.
-