CtxSupplier

typealias CtxSupplier<Context, Result> = suspend (Context) -> Result(source)

Similiar to Supplier but additionally accepts a context as an extra argument.

Parameters

Context

the type of the context

Result

the type of the result