Scalax
|
|
scalax/rules/Monoidals.scala
]
trait
Monoidal[+A]
extends
Functor[A] with
AnyRefMethod Summary | |
def
|
and [B](fb : => M[B]) : M[(A, B)] |
def
|
applyTo [B](fab : M[(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 |
Methods inherited from Functor | |
map (abstract) |
Method Details |
Scalax
|
|