invoke

abstract operator fun invoke(value: T)(source)

Invokes the operator function with the given value.

Parameters

value

the value to be used in the operator function