public class Memoizer<I,O> extends Object
| Modifier | Constructor and Description |
|---|---|
private |
Memoizer() |
| Modifier and Type | Method and Description |
|---|---|
private Function<I,O> |
internalMemoize(Function<I,O> function) |
static <I,O> Function<I,O> |
memoize(Function<I,O> function) |
Copyright © 2020 Microsoft. All rights reserved.