Skip to content

Commit

Permalink
@Frozen MaybeEvent ☃️
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri authored and freak4pc committed Jan 4, 2021
1 parent 47219b7 commit c5e09ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxSwift/Traits/PrimitiveSequence/Maybe.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum MaybeTrait { }
/// Represents a push style sequence containing 0 or 1 element.
public typealias Maybe<Element> = PrimitiveSequence<MaybeTrait, Element>

public enum MaybeEvent<Element> {
@frozen public enum MaybeEvent<Element> {
/// One and only sequence element is produced. (underlying observable sequence emits: `.next(Element)`, `.completed`)
case success(Element)

Expand Down

0 comments on commit c5e09ec

Please sign in to comment.