scalax.rules.Functors

trait ZeroFunctor

[source: scalax/rules/Functors.scala]

trait ZeroFunctor
extends Functor[Nothing] with AnyRef
Direct Known Subclasses:
Monads.ZeroMonad

Method Summary
def filter (f : (Nothing) => Boolean) : M[Nothing]
override def map [B](f : (Nothing) => B) : M[B]
def orElse [B](other : => M[B]) : M[B]
def plus [B](other : => 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
Method Details
override def map[B](f : (Nothing) => B) : M[B]

def filter(f : (Nothing) => Boolean) : M[Nothing]

def plus[B](other : => M[B]) : M[B]

def orElse[B](other : => M[B]) : M[B]


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