final
case class
LazyEitherT[F[_], A, B](run: F[LazyEither[A, B]]) extends Product with Serializable
Instance Constructors
-
new
LazyEitherT(run: F[LazyEither[A, B]])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
?[X](left: ⇒ X, right: ⇒ X)(implicit F: Functor[F]): F[X]
-
def
app[C](f: ⇒ LazyEitherT[F, A, (B) ⇒ C])(implicit F: Apply[F]): LazyEitherT[F, A, C]
-
final
def
asInstanceOf[T0]: T0
-
def
bimap[C, D](f: (⇒ A) ⇒ C, g: (⇒ B) ⇒ D)(implicit F: Functor[F]): LazyEitherT[F, C, D]
-
def
bitraverse[G[_], C, D](f: (A) ⇒ G[C], g: (B) ⇒ G[D])(implicit F: Traverse[F], G: Applicative[G]): G[LazyEitherT[F, C, D]]
-
def
clone(): AnyRef
-
-
def
exists(f: (⇒ B) ⇒ Boolean)(implicit F: Functor[F]): F[Boolean]
-
def
finalize(): Unit
-
def
flatMap[C](f: (⇒ B) ⇒ LazyEitherT[F, A, C])(implicit M: Monad[F]): LazyEitherT[F, A, C]
-
def
foldRight[Z](z: ⇒ Z)(f: (B, ⇒ Z) ⇒ Z)(implicit F: Foldable[F]): Z
-
def
forall(f: (⇒ B) ⇒ Boolean)(implicit F: Functor[F]): F[Boolean]
-
final
def
getClass(): Class[_]
-
def
getOrElse(default: ⇒ B)(implicit F: Functor[F]): F[B]
-
final
def
isInstanceOf[T0]: Boolean
-
def
isLeft(implicit F: Functor[F]): F[Boolean]
-
def
isRight(implicit F: Functor[F]): F[Boolean]
-
-
def
leftMap[C](f: (⇒ A) ⇒ C)(implicit F: Functor[F]): LazyEitherT[F, C, B]
-
def
map[C](f: (⇒ B) ⇒ C)(implicit F: Functor[F]): LazyEitherT[F, A, C]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
orElse(x: ⇒ LazyEitherT[F, A, B])(implicit m: Bind[F]): LazyEitherT[F, A, B]
-
-
def
swap(implicit F: Functor[F]): F[LazyEither[B, A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toLazyOption(implicit F: Functor[F]): LazyOptionT[F, B]
-
def
toList(implicit F: Functor[F]): F[List[B]]
-
def
toMaybe(implicit F: Functor[F]): MaybeT[F, B]
-
def
toOption(implicit F: Functor[F]): OptionT[F, B]
-
def
toStream(implicit F: Functor[F]): F[Stream[B]]
-
def
traverse[G[_], C](f: (B) ⇒ G[C])(implicit F: Traverse[F], G: Applicative[G]): G[LazyEitherT[F, A, C]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
|(default: ⇒ B)(implicit F: Functor[F]): F[B]
-