stringEmpty top-level property

Valuable<String> stringEmpty
final

Shortcut to get a valuable with the value of an empty string

Implementation

final Valuable<String> stringEmpty = Valuable<String>.value("");