Memoizer (Azure SDK for Java Reference Documentation)
Jessica Wood
Published Feb 16, 2026
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
public final class Memoizer<I,O>extends Object
Memoize function computation results
Method Detail
memoize
public static <I,O> Function<I,O> memoize(Function<I,O> function)
Put function computation results into Memoizer
- Type Parameters:
I- the type of the input to the functionO- the type of the output of the function- Parameters:
function- represents a function that accepts one argument and produces a result- Returns:
- Function
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2020 Microsoft Corporation. All rights reserved.