Interface HostFunAction

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 HostFunAction
Action of a host fun.
  • Method Summary

    Modifier and Type
    Method
    Description
    Performs the action of a host fun.
  • Method Details

    • action

      HostResult action(CallContext ctx) throws Throwable
      Performs the action of a host fun.
      Parameters:
      ctx - the context of the invocation of the host fun.
      Returns:
      the result value or the call flow.
      Throws:
      Throwable - any exception.