invoke

open operator override fun invoke(continuation: (String) -> Unit)

Produce the formatted string and pass it to the specified continuation.

Parameters

continuation

What to do with the formatted String.