Uses of Interface
com.aparapi.internal.model.ValueCache.ThrowingValueComputer
-
Packages that use ValueCache.ThrowingValueComputer Package Description com.aparapi com.aparapi.internal.model -
-
Uses of ValueCache.ThrowingValueComputer in com.aparapi
Methods in com.aparapi with parameters of type ValueCache.ThrowingValueComputer Modifier and Type Method Description private static <K,V,T extends java.lang.Throwable>
ValueCache<java.lang.Class<?>,java.util.Map<K,V>,T>Kernel. cacheProperty(ValueCache.ThrowingValueComputer<java.lang.Class<?>,java.util.Map<K,V>,T> throwingValueComputer)
-
Uses of ValueCache.ThrowingValueComputer in com.aparapi.internal.model
Subinterfaces of ValueCache.ThrowingValueComputer in com.aparapi.internal.model Modifier and Type Interface Description static interface
ValueCache.ValueComputer<K,V>
Fields in com.aparapi.internal.model declared as ValueCache.ThrowingValueComputer Modifier and Type Field Description private ValueCache.ThrowingValueComputer<K,V,T>
ValueCache. computer
Methods in com.aparapi.internal.model with parameters of type ValueCache.ThrowingValueComputer Modifier and Type Method Description static <K,V,T extends java.lang.Throwable>
ValueCache<K,V,T>ValueCache. on(ValueCache.ThrowingValueComputer<K,V,T> computer)
Constructors in com.aparapi.internal.model with parameters of type ValueCache.ThrowingValueComputer Constructor Description ValueCache(ValueCache.ThrowingValueComputer<K,V,T> computer)
-