IterableOrArraysPlatform
io.scalaland.chimney.internal.compiletime.datatypes.IterableOrArraysPlatform
trait IterableOrArraysPlatform extends IterableOrArrays
Attributes
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
protected object IterableOrArray extends IterableOrArrayModule
Attributes
- Supertypes
- Self type
-
IterableOrArray.type
Inherited classlikes
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
- Inherited from:
- IterableOrArrays
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- IterableOrArrays
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object IterableOrArray
In this article