InitUtil

open class InitUtil(source)

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun <T, E : Throwable?> run(value: T, check: InitUtil.ThrowingRunnable<E>): T
Utility method to run code during a super or this call.