isEmpty

val Source.isEmpty: Boolean(source)

Deprecated

Use exhausted() instead

Replace with

exhausted()

For streaming input it should be Input.endOfInput instead.

Report a problem