Click or drag to resize
Akka.NETFSharpPerspectiveEvent, Stateapply Property

[Missing <summary> documentation for "P:Akka.Persistence.FSharp.Perspective`2.apply"]

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence.FSharp (in Akka.Persistence.FSharp.dll) Version: 0.0.0.0
Syntax
public FSharpFunc<FSharpView<Event, State>, FSharpFunc<State, FSharpFunc<Event, State>>> apply { get; }

Property Value

Type: FSharpFuncFSharpViewEvent, State, FSharpFuncState, FSharpFuncEvent, State
See Also