sealed abstract class \&/[+A, +B] extends Product with Serializable
- Alphabetic
- By Inheritance
- \&/
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def &&&[AA >: A, C](t: \&/[AA, C])(implicit M: Semigroup[AA]): \&/[AA, (B, C)]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===[AA >: A, BB >: B](x: \&/[AA, BB])(implicit EA: Equal[AA], EB: Equal[BB]): Boolean
- def a: Option[A]
- def append[AA >: A, BB >: B](that: ⇒ \&/[AA, BB])(implicit SA: Semigroup[AA], SB: Semigroup[BB]): \&/[AA, BB]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def b: Option[B]
- def bifoldMap[M](f: (A) ⇒ M)(g: (B) ⇒ M)(implicit M: Semigroup[M]): M
- def bifoldRight[Z](z: ⇒ Z)(f: (A, ⇒ Z) ⇒ Z)(g: (B, ⇒ Z) ⇒ Z): Z
- def bimap[C, D](f: (A) ⇒ C, g: (B) ⇒ D): \&/[C, D]
- def bitraverse[F[_], C, D](f: (A) ⇒ F[C], g: (B) ⇒ F[D])(implicit arg0: Apply[F]): F[\&/[C, D]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exists(p: (B) ⇒ Boolean): Boolean
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[AA >: A, D](g: (B) ⇒ \&/[AA, D])(implicit M: Semigroup[AA]): \&/[AA, D]
- def fold[X](s: (A) ⇒ X, t: (B) ⇒ X, q: (A, B) ⇒ X): X
- def foldMap[C](f: (B) ⇒ C)(implicit M: Monoid[C]): C
- def foldRight[Z](z: ⇒ Z)(f: (B, ⇒ Z) ⇒ Z): Z
- def forall(p: (B) ⇒ Boolean): Boolean
- def foreach(g: (B) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getOrElse[BB >: B](bb: ⇒ BB): BB
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def isBoth: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isThat: Boolean
- def isThis: Boolean
- def leftMap[C](f: (A) ⇒ C): \&/[C, B]
- def map[D](g: (B) ⇒ D): \&/[A, D]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def onlyBoth: Option[(A, B)]
- def onlyThat: Option[B]
- def onlyThis: Option[A]
- def onlyThisOrThat: Option[\/[A, B]]
- def pad: (Option[A], Option[B])
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
- def show[AA >: A, BB >: B](implicit SA: Show[AA], SB: Show[BB]): Cord
- def swap: \&/[B, A]
- def swapped[AA, BB](k: (\&/[B, A]) ⇒ \&/[BB, AA]): \&/[AA, BB]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toList: List[B]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def traverse[F[_], AA >: A, D](g: (B) ⇒ F[D])(implicit arg0: Applicative[F]): F[\&/[AA, D]]
- def unary_~: \&/[B, A]
- def valueOr[BB >: B](x: (A) ⇒ BB)(implicit M: Semigroup[BB]): BB
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def |[BB >: B](bb: ⇒ BB): BB
- def ~[AA, BB](k: (\&/[B, A]) ⇒ \&/[BB, AA]): \&/[AA, BB]