scalax.rules.Monads

trait ZeroMonad

[source: scalax/rules/Monads.scala]

trait ZeroMonad
extends Monad[Nothing] with ZeroFunctor
Method 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
def flatMap[B](f : (Nothing) => M[B]) : M[B]


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