Package | Description |
---|---|
com.aparapi | |
com.aparapi.internal.model |
Modifier and Type | Method and Description |
---|---|
private static <K,V,T extends java.lang.Throwable> |
Kernel.cacheProperty(ValueCache.ThrowingValueComputer<java.lang.Class<?>,java.util.Map<K,V>,T> throwingValueComputer) |
Modifier and Type | Interface and Description |
---|---|
static interface |
ValueCache.ValueComputer<K,V> |
Modifier and Type | Field and Description |
---|---|
private ValueCache.ThrowingValueComputer<K,V,T> |
ValueCache.computer |
Modifier and Type | Method and Description |
---|---|
static <K,V,T extends java.lang.Throwable> |
ValueCache.on(ValueCache.ThrowingValueComputer<K,V,T> computer) |
Constructor and Description |
---|
ValueCache(ValueCache.ThrowingValueComputer<K,V,T> computer) |