RecordConsumer

fun interface RecordConsumer<T : Any> : Function1<T, Result4k<Unit, Exception>> (source)

Helper to enable processing of Records.

Functions

Link copied to clipboard
abstract operator fun invoke(p1: T): Result4k<Unit, Exception>