| FSharpAggregateCommand, Event, Stateapply Property |
[Missing <summary> documentation for "P:Akka.Persistence.FSharp.Aggregate`3.apply"]
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence.FSharp (in Akka.Persistence.FSharp.dll) Version: 0.0.0.0
Syntax public FSharpFunc<FSharpEventsourced<Command, Event, State>, FSharpFunc<State, FSharpFunc<Event, State>>> apply { get; }
member apply : FSharpFunc<FSharpEventsourced<'Command, 'Event, 'State>, FSharpFunc<'State, FSharpFunc<'Event, 'State>>> with get
Property Value
Type:
FSharpFuncFSharpEventsourcedCommand,
Event,
State,
FSharpFuncState,
FSharpFuncEvent,
StateSee Also