getValue method

T getValue()

Implementation

T getValue() {
	return this._rx.value;
}