result

fun <R1 : R> result(outputType: KType, f: suspend ActionEnv.(T) -> R1)

Set unsafe outputType for the resulting data. Be sure that it is correct.


inline fun <R1 : R> result(noinline f: suspend ActionEnv.(T) -> R1)

Calculate the result of goal


lateinit var result: suspend ActionEnv.(T) -> R