Package com.aparapi.internal.model
Interface ValueCache.ThrowingValueComputer<K,V,T extends java.lang.Throwable>
-
- All Known Subinterfaces:
ValueCache.ValueComputer<K,V>
- Enclosing class:
- ValueCache<K,V,T extends java.lang.Throwable>
public static interface ValueCache.ThrowingValueComputer<K,V,T extends java.lang.Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
compute(K key)
-