PrimitiveSequence

struct PrimitiveSequence<Trait, Element>
  • Creates a higher-kinded version of this object.

    Declaration

    Swift

    func k() -> MaybeK<Element>

    Return Value

    A MaybeK wrapping this object.

  • Creates a higher-kinded version of this object.

    Declaration

    Swift

    func k() -> SingleK<Element>

    Return Value

    A SingleK wrapping this object.

  • Undocumented

    Declaration

    Swift

    func blockingGet() -> Element?