Package reactor.core

Interface Fuseable.ScalarCallable<T>

Type Parameters:
T - the value type returned
All Superinterfaces:
Callable<T>
Enclosing interface:
Fuseable

public static interface Fuseable.ScalarCallable<T> extends Callable<T>
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

    Methods inherited from interface java.util.concurrent.Callable

    call