Enumerable

interface Enumerable(source)

Marker interface for types that can be enumerated. Every type implementing Enumerable is expected to provide a companion object that implements Enumeration containing all possible instances of the type.

Inheritors