sealed
trait
Sum2Adapter[F[_, _], L, R] extends AnyRef
Abstract Value Members
-
abstract
def
exract(l: F[L, R], r: F[L, R]): Option[Either[(L, L), (R, R)]]
-
abstract
def
unwrapLeft(x: F[L, R]): L
-
abstract
def
unwrapRight(x: F[L, R]): R
-
abstract
def
wrapLeft(x: L): F[L, R]
-
abstract
def
wrapRight(x: R): F[L, R]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Sum2Adapter[F, L, R], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Sum2Adapter[F, L, R]) ⇒ Boolean, msg: ⇒ Any): Sum2Adapter[F, L, R]
-
def
ensuring(cond: (Sum2Adapter[F, L, R]) ⇒ Boolean): Sum2Adapter[F, L, R]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Sum2Adapter[F, L, R]
-
def
ensuring(cond: Boolean): Sum2Adapter[F, L, R]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
→[B](y: B): (Sum2Adapter[F, L, R], B)
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
Sum2Adapter[F, L, R] to any2stringadd[Sum2Adapter[F, L, R]]