dev.profunktor.redis4cats.effects.ExpireExistenceArg
See theExpireExistenceArg companion trait
object ExpireExistenceArg
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ExpireExistenceArg.type
Members list
Type members
Classlikes
case object Gt extends ExpireExistenceArg
Set expiry only when the new expiry is greater than current one
Set expiry only when the new expiry is greater than current one
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ExpireExistenceArgclass Objecttrait Matchableclass AnyShow all
- Self type
-
Gt.type
case object Lt extends ExpireExistenceArg
Set expiry only when the new expiry is greater than current one
Set expiry only when the new expiry is greater than current one
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ExpireExistenceArgclass Objecttrait Matchableclass AnyShow all
- Self type
-
Lt.type
case object Nx extends ExpireExistenceArg
Set expiry only when the key has no expiry
Set expiry only when the key has no expiry
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ExpireExistenceArgclass Objecttrait Matchableclass AnyShow all
- Self type
-
Nx.type
case object Xx extends ExpireExistenceArg
Set expiry only when the key has an existing expiry
Set expiry only when the key has an existing expiry
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ExpireExistenceArgclass Objecttrait Matchableclass AnyShow all
- Self type
-
Xx.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article