View Source Reactor.Dsl.Collect (reactor v0.10.1)
The struct used to store collect DSL entities.
See Reactor.collect
.
Summary
Types
@type t() :: %Reactor.Dsl.Collect{ __identifier__: any(), arguments: [Reactor.Dsl.Argument.t()], name: atom(), transform: nil | (any() -> any()) }