boolTrue top-level property

Valuable<bool> boolTrue
final

Shortcut to get a valuable with the value true

Implementation

final Valuable<bool> boolTrue = Valuable<bool>.value(true);