|
uncarved-helpers
|
|
com/uncarved/helpers/Memoize.scala]
class
MemoizedFunction2[-T1, -T2, +R](f : (T1, T2) => R)
extends (T1, T2) => R| Method Summary | |
def
|
apply (x : T1, y : T2) : R |
| Methods inherited from scala.Function2 | |
| scala.Function2.toString, scala.Function2.curry |
| 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
|
|