IterableOrArrays

io.scalaland.chimney.internal.compiletime.datatypes.IterableOrArrays

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

abstract protected class IterableOrArray[M, A]

Something allowing us to dispatch same-looking-source-code-but-different ASTs for Iterables and Arrays.

Something allowing us to dispatch same-looking-source-code-but-different ASTs for Iterables and Arrays.

Exists because Array is NOT Iterable, and all operations like .map, .to, etc are done through extension methods. Meanwhile, we would like to be able to convert to and from Array easily.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
protected object IterableOrArray

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type