IterableOrArrays

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
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

Supertypes
class Object
trait Matchable
class Any
protected trait IterableOrArrayModule

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
IterableOrArray.type

Value members

Abstract fields