Interface RunnableWithContext.Ignored<C>
- Type Parameters:
C- The (ignored) context type.
- All Superinterfaces:
Consumer<C>,Runnable,RunnableWithContext<C>
- Enclosing interface:
- RunnableWithContext<C>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface RunnableWithContext.Ignored<C>
extends RunnableWithContext<C>, Runnable
A
RunnableWithContext that ignores the context object.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.engine_room.flywheel.lib.task.functional.RunnableWithContext
RunnableWithContext.Ignored<C> -
Method Summary
Methods inherited from interface dev.engine_room.flywheel.lib.task.functional.RunnableWithContext
accept
-
Method Details
-
run
void run() -
run
- Specified by:
runin interfaceRunnableWithContext<C>
-