- Type Parameters:
T
- the value type returned
- All Superinterfaces:
- java.util.concurrent.Callable<T>
- Enclosing interface:
- Fuseable
public static interface Fuseable.ScalarCallable<T>
extends java.util.concurrent.Callable<T>
Marker interface indicating that the target can return a value or null
immediately and thus a viable target for assembly-time optimizations.