|
Scala Library
|
|
scala/util/parsing/ast/Binders.scala]
trait
ReturnAndDo[T]
extends AnyRefresult - the result to be returnedblock - code to be executed, purely for its side-effects| Method Summary | |
abstract def
|
andDo (block : => Unit) : T |
| 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
|
|