Revocable

sealed trait Revocable[+A]

Represents a discrete (non-refinable) value that can be revoked. Is isomorphic to Closeable[Discrete[A]].

See also:
Companion:
object
class Object
trait Matchable
class Any
object Revoked.type
class Valid[A]