Package com.aparapi.internal.model
Interface ValueCache.ValueComputer<K,V>
-
- All Superinterfaces:
ValueCache.ThrowingValueComputer<K,V,java.lang.RuntimeException>
- Enclosing class:
- ValueCache<K,V,T extends java.lang.Throwable>
public static interface ValueCache.ValueComputer<K,V> extends ValueCache.ThrowingValueComputer<K,V,java.lang.RuntimeException>
-
-
Method Summary
-
Methods inherited from interface com.aparapi.internal.model.ValueCache.ThrowingValueComputer
compute
-
-