Structure
Collect
public struct Collect<Parent: LoopEndpoint>
A struct
defining a custom endpoint
implementation returning a wrapper for the
reduced output of a loop endpoint.
Nested Type Aliases
Initializers
init(_:)
public init(@EndpointBuilder _ parent: () -> Parent)
Init.
Parameters
Name | Type | Description |
---|---|---|
parent | () -> Parent |
A valid |