scala.tools.scalap.scalax.rules.Monads

ZeroMonad

trait ZeroMonad extends Monad[Nothing] with ZeroFunctor

Self Type
ZeroMonad with M[Nothing]
Source
Monad.scala
Linear Supertypes
ZeroFunctor, Monad[Nothing], Monad[Nothing], Functor[Nothing], Functor[Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ZeroMonad
  2. ZeroFunctor
  3. Monad
  4. Monad
  5. Functor
  6. Functor
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Type Members

  1. type M [+A] = M[A]

    Definition Classes
    FunctorFunctor

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def filter (f: (Nothing) ⇒ Boolean): M[Nothing]

    Definition Classes
    ZeroFunctor
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def flatMap [B] (f: (Nothing) ⇒ M[B]): M[B]

    Definition Classes
    ZeroMonadMonad
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  15. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  16. def map [B] (f: (Nothing) ⇒ B): M[B]

    Definition Classes
    ZeroFunctorFunctor
  17. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. def orElse [B] (other: ⇒ M[B]): M[B]

    Definition Classes
    ZeroFunctor
  21. def plus [B] (other: ⇒ M[B]): M[B]

    Definition Classes
    ZeroFunctor
  22. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  23. def toString (): String

    Definition Classes
    AnyRef → Any
  24. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ZeroFunctor

Inherited from Monad[Nothing]

Inherited from Monad[Nothing]

Inherited from Functor[Nothing]

Inherited from Functor[Nothing]

Inherited from AnyRef

Inherited from Any