scalax.rules.Monads

trait Monad

[source: scalax/rules/Monads.scala]

trait Monad[+A]
extends Functor[A] with Monad[A] with AnyRef
Direct Known Subclasses:
Monads.ZeroMonad

Method 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
def map[B](f : (A) => B) : M[B]


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.