NewtypeFExports

zio.prelude.NewtypeFExports

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

abstract class NewtypeF extends instance.NewtypeF

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
trait instance.NewtypeF
class Object
trait Matchable
class Any
Known subtypes
object Failure
object FailureIn
object FailureOut
object Const
object Id
abstract class SubtypeF extends instance.SubtypeF

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
trait instance.SubtypeF
trait instance.NewtypeF
class Object
trait Matchable
class Any
Known subtypes
object AndF
object AndThen
object Both
object First
object Last
object Max
object Min
object OrF
object Prod
object Sum
Show all