of

@JvmStatic
fun of(executable: Executable): Executable.Once(source)

Returns an instance of Executable.Once that is not thread-safe.

Throws

IllegalArgumentException

if executable is an instance of Once or noOp


@JvmStatic
fun of(concurrent: Boolean, executable: Executable): Executable.Once(source)

Returns an instance of Executable.Once.

Parameters

concurrent

true for thread-safe, false not thread-safe

Throws

IllegalArgumentException

if executable is an instance of Once or noOp