Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Executes the given block and captures its result or exception within an EncodableResult. If the block executes successfully, its result is encapsulated as a success. If the block throws an exception, the exception is wrapped and encapsulated as a failure.