Package com.glitchybyte.glib.function
Interface GCancelable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a function that cancels a task.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NOOP
No-op cancelable.
-
-
Method Details
-
cancel
void cancel()Cancels the task.
-