scalax.rules

trait UnitFunctors

[source: scalax/rules/UnitFunctors.scala]

trait UnitFunctors
extends Units with Functors
One of the 'unit' definitions must be overriden in concrete subclasses
Direct Known Subclasses:
Arrows, Monoidals, Monads

Method Summary
def unit [A](a : => A) : M[A]
def unit : M[Unit]
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 unit : M[Unit]
Overrides
Units.unit

def unit[A](a : => A) : M[A]
Overrides
Units.unit


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