OneOr

object OneOr extends OneOrInstances
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Types

type OneOrId[A] = OneOr[Id, A]
type OneOrList[A] = OneOr[List, A]
type OneOrNothing[A] = OneOr[Nothing, A]
type OneOrOption[A] = OneOr[Option, A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Inherited implicits

implicit
def OneOrApplicative[F[_] : Apply]: Applicative[[_] =>> OneOr[F, _$34]]
Inherited from
OneOrInstances1
implicit
def OneOrCobind[F[_] : Cobind]: Cobind[[_] =>> OneOr[F, _$31]]
Inherited from
OneOrInstances0
implicit
def OneOrComonad[F[_] : Comonad]: Comonad[[_] =>> OneOr[F, _$29]]
Inherited from
OneOrInstances
implicit
def OneOrEqual[F[_], A](implicit oa: Equal[A], ofa: Equal[F[A]]): Equal[OneOr[F, A]]
Inherited from
OneOrInstances0
implicit
def OneOrFoldable[F[_] : Foldable]: Foldable[[_] =>> OneOr[F, _$42]]
Inherited from
OneOrInstances5
implicit
def OneOrFoldable1[F[_] : Foldable1]: Foldable1[[_] =>> OneOr[F, _$38]]
Inherited from
OneOrInstances3
implicit
def OneOrFunctor[F[_] : Functor]: Functor[[_] =>> OneOr[F, _$44]]
Inherited from
OneOrInstances6
implicit
def OneOrOrder[F[_], A](implicit oa: Order[A], ofa: Order[F[A]]): Order[OneOr[F, A]]
Inherited from
OneOrInstances
implicit
def OneOrShow[F[_], A](implicit oa: Show[A], ofa: Show[F[A]]): Show[OneOr[F, A]]
Inherited from
OneOrInstances
implicit
def OneOrTraverse[F[_] : Traverse]: Traverse[[_] =>> OneOr[F, _$40]]
Inherited from
OneOrInstances4
implicit
def OneOrTraverse1[F[_] : Traverse1]: Traverse1[[_] =>> OneOr[F, _$36]]
Inherited from
OneOrInstances2