of

public static Property<T> of<T>(T value)(source)

Create a Property with a given initial value.

Return

a newly constructed property

Parameters

value

the initial value of the property

<T>

the type of the value