public class MemoizingSupplier<T>
extends java.lang.Object
implements java.util.function.Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T> java.util.function.Supplier<T> |
memoize(java.util.function.Supplier<T> delegate) |
Copyright © 2015. All Rights Reserved.