| Package | Description |
|---|---|
| org.organicdesign.fp.function |
Exception-friendly functional interfaces named by the number of arguments: Function0, Function1, Function2....
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,Z> Function3<A,B,C,Z> |
Function3.memoize(Function3<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> Function3<A,B,C,Z> |
Function3.memoize(Function3<A,B,C,Z> f)
Use only on pure functions with no side effects.
|
Copyright © 2017. All rights reserved.