Interface WrappedProcessorSupplier<KIn,VIn,KOut,VOut>

All Superinterfaces:
ConnectedStoreProvider, ProcessorSupplier<KIn,VIn,KOut,VOut>, Supplier<Processor<KIn,VIn,KOut,VOut>>
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 interface WrappedProcessorSupplier<KIn,VIn,KOut,VOut> extends ProcessorSupplier<KIn,VIn,KOut,VOut>
Marker interface for classes implementing ProcessorSupplier that have been wrapped via a ProcessorWrapper.

To convert a ProcessorSupplier instance into a WrappedProcessorSupplier, use the ProcessorWrapper.asWrapped(ProcessorSupplier) method