Package io.aether.utils
Class TaskConsumer<T>
- java.lang.Object
-
- io.aether.utils.TaskConsumer<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.aether.utils.interfaces.AConsumer
AConsumer.Weak<T>
-
-
Constructor Summary
Constructors Constructor Description TaskConsumer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(T t)voidaccept2(T v)voidcancel()protected voidcancelTask()booleanisExecuted()protected abstract voidrunTask(T value)
-