Interface ActionDef.ActionFunction<I,O>

Type Parameters:
I - input type
O - output type
Enclosing class:
ActionDef<I,O,S>
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 ActionDef.ActionFunction<I,O>
Function interface for non-streaming actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(ActionContext ctx, I input)