Optional

enum Optional<Wrapped> : _Reflectable, NilLiteralConvertible
  • Declaration

    Swift

    public func stream() -> Stream<Wrapped>

    Return Value

    A stream containing the wrapped value if present, or else an empty stream.