|
uncarved-helpers
|
|
com/uncarved/helpers/Memoize.scala]
class
MemoizedFunction1[-T, +R](f : (T) => R)
extends (T) => R| Method Summary | |
def
|
apply (x : T) : R |
| Methods inherited from scala.Function1 | |
| scala.Function1.toString, scala.Function1.compose, scala.Function1.andThen |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
uncarved-helpers
|
|