intZero top-level property

Valuable<int> intZero
final

Shortcut to get a valuable with the int value 0

Implementation

final Valuable<int> intZero = Valuable<int>.value(0);