Package io.soffa.foundation.api
Interface Operation<I,O>
-
- Type Parameters:
I-O-
public interface Operation<I,O>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.VoidNO_INPUT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ohandle(I input, @NonNull RequestContext context)
-
-
-
Method Detail
-
handle
O handle(I input, @NonNull RequestContext context)
-
-