LevelInfo

trait LevelInfo
class Object
trait Matchable
class Any
class Receiver

Value members

Abstract methods

The type of the current item.

The type of the current item.

def level: Int

The zero-based nesting level of the current item.

The zero-based nesting level of the current item.

def levelCount: Long

The one-based index number of the current item within the current level.

The one-based index number of the current item within the current level.

def levelSize: Long

The number of total items on the current level. -1 if the current level is unbounded.

The number of total items on the current level. -1 if the current level is unbounded.

Concrete methods

final def isUnbounded: Boolean