Scalax
|
|
scalax/rules/Monads.scala
]
trait
ZeroMonad
extends
Monad[Nothing] with
ZeroFunctorMethod Summary | |
def
|
flatMap [B](f : (Nothing) => M[B]) : M[B] |
Methods inherited from ZeroFunctor | |
map, filter, plus, orElse |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scalax
|
|