Class MapperOperation
-
- All Implemented Interfaces:
-
io.arkitik.radix.develop.operation.Operation
public final class MapperOperation<RQ extends Object, RS extends Object> implements Operation<RQ, RS>
-
-
Constructor Summary
Constructors Constructor Description MapperOperation(Function1<RQ, RS> mapper)
-