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

    Modifier and Type
    Method
    Description
    void
    run()
     
    default void
    run(C ignored)
     

    Methods inherited from interface java.util.function.Consumer

    andThen

    Methods inherited from interface dev.engine_room.flywheel.lib.task.functional.RunnableWithContext

    accept