toForever
Converts a value to a permanent PreparedValue that never expires.
Return
a PreparedValue that never expires
val permanentValue = "myValue".toForever()
assert(permanentValue.isForever) // true
assert(!permanentValue.isExpired) // trueContent copied to clipboard
Type Parameters
V
the type of the value