io.scalaland.chimney.integrations

Members list

Type members

Classlikes

trait FactoryCompat[-A, +CC] extends Factory[A, CC]

Subtype of scala.collection.compat.Factory.

Subtype of scala.collection.compat.Factory.

The reason this trait exist is to make it easier to cross-compile Factories - scala.collection.compat contains only an alias, so it can be used to summon existing factories but not for creating new ones.

This lives in chimney-macro-commons since it is used within macros to handle 2.12 sth.to(factory).

Attributes

Since

1.0.0

Companion
object
Supertypes
trait Factory[A, CC]
class Object
trait Matchable
class Any
object FactoryCompat

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type