then property

OvO<T> then
final

The then property is an instance of OvO class. It represents the value to be returned if the condition in the if statement is true.

Implementation

final OvO<T> then;