Package com.aparapi.internal.model
Class Memoizer.Impl<T>
- java.lang.Object
-
- com.aparapi.internal.model.Memoizer.Impl<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.aparapi.internal.model.Memoizer
Memoizer.Impl<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
static <T> Memoizer<T>
of(Supplier<T> supplier)
-