Class FutureDataModel<T>
- java.lang.Object
-
- io.inugami.api.providers.concurrent.FutureDataModel<T>
-
- All Implemented Interfaces:
FutureData<T>
public class FutureDataModel<T> extends Object implements FutureData<T>
FutureDataModel- Since:
- 9 août 2017
-
-
Constructor Summary
Constructors Constructor Description FutureDataModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeUnitgetTimeUnit()List<OnDoneFunction<T>>onDone()List<OnErrorFunction<T>>onError()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.inugami.api.providers.concurrent.FutureData
getChannel, getData, getEvent, getFuture, getTask, getTimeout
-
-
-
-
Method Detail
-
onDone
public List<OnDoneFunction<T>> onDone()
- Specified by:
onDonein interfaceFutureData<T>
-
onError
public List<OnErrorFunction<T>> onError()
- Specified by:
onErrorin interfaceFutureData<T>
-
getTimeUnit
public TimeUnit getTimeUnit()
- Specified by:
getTimeUnitin interfaceFutureData<T>
-
-