Scala Library Documentation
|
|
scala/Responder.scala
]
abstract
class
Responder[+a]
extends
AnyRefMethod Summary | |
def
|
filter (p : (a) => Boolean) : Responder[a] |
def
|
flatMap [b](f : (a) => Responder[b]) : Responder[b] |
def
|
foreach (k : (a) => Unit) : Unit |
def
|
map [b](f : (a) => b) : Responder[b] |
abstract def
|
respond (k : (a) => 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 |
Method Details |
Scala Library Documentation
|
|