Companion
object Companion
Functions
Link copied to clipboard
fun <T : PotentiallyPartialResult> finishWithResult(result: T, type: TreeFuture.FutureExecutionType? = null): TreeFuture.TreeFutureResult<T>
Link copied to clipboard
fun <T : PotentiallyPartialResult> interruptWithMessage(type: TreeFuture.FutureExecutionType? = null, state: TreeFuture.FutureState, description: String? = null): TreeFuture.TreeFutureResult<T>