InfallibleEvent

public enum InfallibleEvent<Element>
extension InfallibleEvent: EventConvertible

Undocumented

  • Next element is produced.

    Declaration

    Swift

    case next(Element)
  • Sequence completed successfully.

    Declaration

    Swift

    case completed
  • Declaration

    Swift

    public var event: Event<Element> { get }