scalaz

LazyOptionT

final case class LazyOptionT[F[_], A](run: F[LazyOption[A]]) extends Product with Serializable

Source
LazyOptionT.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LazyOptionT
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LazyOptionT(run: F[LazyOption[A]])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ?[X](some: ⇒ X, none: ⇒ X)(implicit F: Functor[F]): F[X]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def exists(f: (⇒ A) ⇒ Boolean)(implicit F: Functor[F]): F[Boolean]

  11. def filter(f: (⇒ A) ⇒ Boolean)(implicit F: Functor[F]): LazyOptionT[F, A]

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatMap[B](f: (⇒ A) ⇒ LazyOptionT[F, B])(implicit M: Monad[F]): LazyOptionT[F, B]

  14. def forall(f: (⇒ A) ⇒ Boolean)(implicit F: Functor[F]): F[Boolean]

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getOrElse(default: ⇒ A)(implicit F: Functor[F]): F[A]

  17. def isDefined(implicit F: Functor[F]): F[Boolean]

  18. def isEmpty(implicit F: Functor[F]): F[Boolean]

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def map[B](f: (⇒ A) ⇒ B)(implicit F: Functor[F]): LazyOptionT[F, B]

  21. def mapLazyOption[B](f: (LazyOption[A]) ⇒ LazyOption[B])(implicit F: Functor[F]): LazyOptionT[F, B]

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def orElse(a: ⇒ LazyOptionT[F, A])(implicit F: Monad[F]): LazyOptionT[F, A]

  26. def orZero(implicit F0: Functor[F], M0: Monoid[A]): F[A]

  27. val run: F[LazyOption[A]]

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toLazyLeft[X](right: ⇒ X)(implicit F: Functor[F]): LazyEitherT[F, A, X]

  30. def toLazyRight[X](left: ⇒ X)(implicit F: Functor[F]): LazyEitherT[F, X, A]

  31. def toLeft[X](right: ⇒ X)(implicit F: Functor[F]): EitherT[F, A, X]

  32. def toOption(implicit F: Functor[F]): OptionT[F, A]

  33. def toRight[X](left: ⇒ X)(implicit F: Functor[F]): EitherT[F, X, A]

  34. def unary_~(implicit F0: Functor[F], M0: Monoid[A]): F[A]

  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def |(default: ⇒ A)(implicit F: Functor[F]): F[A]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped