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