API reference
API reference
Select your platform
No SDKs available
No versions available

EntityIterator Interface

Extends Iterator , Closeable

Signature

interface EntityIterator : Iterator<Entity> , Closeable

Functions

close ()
Signature
abstract override fun close()
forEachRemaining ( p0 )
Signature
open fun forEachRemaining(p0: Consumer<in Entity>)
Parameters
p0: Consumer
hasNext () : Boolean
Signature
abstract operator fun hasNext(): Boolean
Returns
Boolean
next () : Entity
Signature
abstract operator fun next(): Entity
Returns
Did you find this page helpful?
Thumbs up icon
Thumbs down icon