trait Alternative[M[_]] extends AnyRef

Source
Alternative.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Alternative
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def app: Applicative[M]
  2. abstract def empty: M[Nothing]
  3. abstract def |[A, B >: A](alt1: M[A], alt2: M[B]): M[B]