Interface HostResult

All Known Subinterfaces:
CallFlowToArgs, CallFlowToOn, CallFlowToRecv
All Known Implementing Classes:
BindingVal, BinVal, ExceptionVal, FunVal, JavaVal, LocationVal, MaybeTraitVal, NumVal, PrngVal, RngVal, StrVal, TraceVal, Val, VarrefVal, VecVal
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 HostResult
Result of a host call.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the core of the result, which the executor handles.
  • Method Details

    • makeHostResultCore

      HostResultCore makeHostResultCore()
      Returns the core of the result, which the executor handles.

      This method is intended to be used by the Kink runtime implementation. Do not call this method from your program.

      Returns:
      the core of the result.