Click or drag to resize
Akka.NETFSharpPerspectiveEvent, State Constructor

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence.FSharp (in Akka.Persistence.FSharp.dll) Version: 0.0.0.0
Syntax
public Perspective(
	State state,
	FSharpFunc<FSharpView<Event, State>, FSharpFunc<State, FSharpFunc<Event, State>>> apply
)

Parameters

state
Type: State

[Missing <param name="state"/> documentation for "M:Akka.Persistence.FSharp.Perspective`2.#ctor(`1,Microsoft.FSharp.Core.FSharpFunc{Akka.Persistence.FSharp.View{`0,`1},Microsoft.FSharp.Core.FSharpFunc{`1,Microsoft.FSharp.Core.FSharpFunc{`0,`1}}})"]

apply
Type: Microsoft.FSharp.CoreFSharpFuncFSharpViewEvent, State, FSharpFuncState, FSharpFuncEvent, State

[Missing <param name="apply"/> documentation for "M:Akka.Persistence.FSharp.Perspective`2.#ctor(`1,Microsoft.FSharp.Core.FSharpFunc{Akka.Persistence.FSharp.View{`0,`1},Microsoft.FSharp.Core.FSharpFunc{`1,Microsoft.FSharp.Core.FSharpFunc{`0,`1}}})"]

See Also