Scalax
|
|
scalax/rules/Monad.scala
]
trait
Monad[+A]
extends
Functor[A]Type Summary | |
abstract type
|
M |
Method Summary | |
abstract def
|
flatMap [B](f : (A) => M[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 Functor | |
map (abstract) |
Type Details |
Method Details |
Scalax
|
|