Interface Supplier<TResult>

Supplier informs the receivers when supply is cut off.

Note that any Supply may act as a supplier.

Type Parameters

  • out TResult = void

    Supply result type.

Hierarchy

Methods

Methods

  • Registers a receiver of the supply.

    Once the supply cut off, the receiver will be informed on that, unless it is unavailable already.

    Does nothing if the given receiver is unavailable already.

    Parameters

    Returns void

Generated using TypeDoc