| Package | Description |
|---|---|
| org.organicdesign.fp.function |
Exception-friendly functional interfaces named by the number of arguments: Fn0, Fn1, Fn2....
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,Z> Fn3<A,B,C,Z> |
Fn3.memoize(Fn3<A,B,C,Z> f)
Use only on pure functions with no side effects.
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,Z> Fn3<A,B,C,Z> |
Fn3.memoize(Fn3<A,B,C,Z> f)
Use only on pure functions with no side effects.
|
Copyright © 2019. All rights reserved.