Click or drag to resize
Akka.NETFastLazyS, T Constructor

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public FastLazy(
	Func<S, T> producer,
	S state
)

Parameters

producer
Type: SystemFuncS, T

[Missing <param name="producer"/> documentation for "M:Akka.Util.FastLazy`2.#ctor(System.Func{`0,`1},`0)"]

state
Type: S

[Missing <param name="state"/> documentation for "M:Akka.Util.FastLazy`2.#ctor(System.Func{`0,`1},`0)"]

Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown if the given producer or state is undefined.
See Also