Package com.aparapi.internal.model
Interface Supplier<V>
-
- All Known Subinterfaces:
Memoizer<T>
- All Known Implementing Classes:
Memoizer.Impl
public interface Supplier<V>
Substitute of Java8's Supplierinterface, used in Java7 backport of caches.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get()
-
-
-
Method Detail
-
get
V get()
-
-