Scalax
|
|
scalax/rules/Monoidals.scala
]
trait
Monoidals
extends
UnitFunctorsType Summary | |
abstract type
|
M |
Method Summary | |
implicit def
|
app [A, B](fab : M[(A) => B]) : (M[A]) => M[B] |
implicit def
|
appUnit [A, B](a2b : (A) => B) : (M[A]) => M[B] |
Methods inherited from UnitFunctors | |
unit, 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 |
Class Summary | |
trait
|
Monoidal
[+A] extends Functor[A] with AnyRef
One of 'and' and 'applyTo' definitions must be overriden in concrete subclasses
|
Type Details |
Method Details |
Scalax
|
|