Click or drag to resize
Akka.NETFSharpAggregateCommand, 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; }

Property Value

Type: FSharpFuncFSharpEventsourcedCommand, Event, State, FSharpFuncState, FSharpFuncEvent, State
See Also