Scalax
|
|
scalax/rules/ApplicativeArrows.scala
]
trait
ApplicativeArrow[-A, +B]
extends
Arrow[A, B]Method Summary | |
def
|
flatMap [SubA <: A, C](f : (B) => Arr[SubA, C]) : Arr[SubA, C] |
Methods inherited from Arrow | |
comp (abstract), fst (abstract), map |
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 |
Scalax
|
|