Scalax
|
|
scalax/rules/Functors.scala
]
trait
ZeroFunctor
extends
Functor[Nothing] with
AnyRefMethod 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 |
Scalax
|
|