Scalax
|
|
scalax/rules/Functors.scala
]
trait
Functor[+A]
extends
Functor[A]Type Summary | |
type
|
M |
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) |
Type Details |
Scalax
|
|