Package dev.engine_room.flywheel.lib.task.functional
@ParametersAreNonnullByDefault
package dev.engine_room.flywheel.lib.task.functional
-
InterfacesClassDescriptionA boolean supplier like interface for use with
Plansand their contexts.ABooleanSupplierWithContextthat ignores the context object.ConsumerWithContext<T,C> A consumer like interface for use withPlansand their contexts.AConsumerWithContextthat ignores the context object.A runnable like interface for use withPlansand their contexts.ARunnableWithContextthat ignores the context object.SupplierWithContext<C,R> A supplier like interface for use withPlansand their contexts.ASupplierWithContextthat ignores the context object.