Package reactor.core
Interface Fuseable.ScalarCallable<T>
- Type Parameters:
T- the value type returned
- All Superinterfaces:
Callable<T>
- Enclosing interface:
- Fuseable
Marker interface indicating that the target can return a value or null,
otherwise fail immediately and thus a viable target for assembly-time
optimizations.
-
Method Summary