Interface SupplierWithContext.Ignored<C,R>
- Type Parameters:
C- The (ignored) context type.R- The return type.
- All Superinterfaces:
Function<C,,R> Supplier<R>,SupplierWithContext<C,R>
- Enclosing interface:
- SupplierWithContext<C,
R>
- 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 SupplierWithContext.Ignored<C,R>
extends SupplierWithContext<C,R>, Supplier<R>
A
SupplierWithContext that ignores the context object.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.engine_room.flywheel.lib.task.functional.SupplierWithContext
SupplierWithContext.Ignored<C,R> -
Method Summary
Methods inherited from interface dev.engine_room.flywheel.lib.task.functional.SupplierWithContext
apply