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) // true

Type Parameters

V

the type of the value