Uses of Interface
com.aparapi.internal.model.ValueCache.ThrowingValueComputer
Packages that use ValueCache.ThrowingValueComputer
-
Uses of ValueCache.ThrowingValueComputer in com.aparapi
Methods in com.aparapi with parameters of type ValueCache.ThrowingValueComputerModifier and TypeMethodDescriptionprivate static <K,V, T extends Throwable>
ValueCache<Class<?>, Map<K, V>, T> Kernel.cacheProperty(ValueCache.ThrowingValueComputer<Class<?>, Map<K, V>, T> throwingValueComputer) -
Uses of ValueCache.ThrowingValueComputer in com.aparapi.internal.model
Subinterfaces of ValueCache.ThrowingValueComputer in com.aparapi.internal.modelFields in com.aparapi.internal.model declared as ValueCache.ThrowingValueComputerModifier and TypeFieldDescriptionprivate final ValueCache.ThrowingValueComputer<K, V, T> ValueCache.computerMethods in com.aparapi.internal.model with parameters of type ValueCache.ThrowingValueComputerModifier and TypeMethodDescriptionstatic <K,V, T extends Throwable>
ValueCache<K, V, T> ValueCache.on(ValueCache.ThrowingValueComputer<K, V, T> computer) Constructors in com.aparapi.internal.model with parameters of type ValueCache.ThrowingValueComputerModifierConstructorDescriptionprivateValueCache(ValueCache.ThrowingValueComputer<K, V, T> computer)