isEmpty

val Source.isEmpty: Boolean

Deprecated

Use exhausted() instead

Replace with

exhausted()

For streaming input it should be Input.endOfInput instead.