NewtypeFExports
zio.prelude.NewtypeFExports
trait NewtypeFExports
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
The class of objects corresponding to parameterized newtypes. Users should implement an object that extends this class to create their own parameterized newtypes
The class of objects corresponding to parameterized newtypes. Users should implement an object that extends this class to create their own parameterized newtypes
object Sum extends NewtypeF
type Sum[A] = Sum.Type[A]
Attributes
- Supertypes
- Known subtypes
The class of objects corresponding to parameterized subtypes. Users should implement an object that extends this class to create their own parameterized subtypes
The class of objects corresponding to parameterized subtypes. Users should implement an object that extends this class to create their own parameterized subtypes
object Sum extends SubtypeF
type Sum[A] = Sum.Type[A]
Attributes
- Supertypes
- Known subtypes
In this article