Click or drag to resize
Akka.NETFSharp.Linq.PersistentExpression.ToExpression<Event, State> Method (Expression<Func<FSharp.FunPersistentView<Event, State>>>)

[Missing <summary> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence.FSharp (in Akka.Persistence.FSharp.dll) Version: 0.0.0.0
Syntax
public static Expression<Func<FSharp. FunPersistentView<Event, State>>> ToExpression<Event, State>(
	Expression<Func<FSharp. FunPersistentView<Event, State>>> f
)

Parameters

f
Type: System.Linq.Expressions.Expression<Func<FSharp.FunPersistentView<Event, State>>>

[Missing <param name="f"/> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

Type Parameters

Event

[Missing <typeparam name="Event"/> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

State

[Missing <typeparam name="State"/> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

Return Value

Type: Expression<Func<FSharp.FunPersistentView<Event, State>>>

[Missing <returns> documentation for "M:Akka.Persistence.FSharp.Linq.PersistentExpression.ToExpression``2(System.Linq.Expressions.Expression{System.Func{Akka.Persistence.FSharp.FunPersistentView{``0,``1}}})"]

See Also