scalax.rules

trait Functor

[source: scalax/rules/Functor.scala]

trait Functor[+A]
extends AnyRef
Direct Known Subclasses:
Functors.Functor, Monad

Type Summary
abstract type M
Method Summary
abstract 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
Type Details
abstract type M

Method Details
abstract def map[B](f : (A) => B) : M[B]


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