Block
class Block<T>(val block: BlockingCallDefinitionScope<T>.(CallArgs) -> T) : Answer.Blocking<T> , Renderable(source)
Functions
Link copied to clipboard
Provides a return value for a blocking function call with given scope.
By default, it throws runtime exception.
Link copied to clipboard
Returns human-readable answer description. By default, it returns answers $this. It's used for debugging purposes.
Link copied to clipboard
Returns human-readable representation of this object.