A  B  C  D  F  G  H  I  K  M  O  P  R  S  T  U  V 

R

removeAll(io.github.dhruv1110.jcachex.Cache,java.util.Collection) - function in io.github.dhruv1110.jcachex.kotlin.CollectionExtensionsKt
Removes all entries with the given keys from the cache.
removeDeferred(io.github.dhruv1110.jcachex.Cache,K,kotlinx.coroutines.CoroutineScope) - function in io.github.dhruv1110.jcachex.kotlin.CoroutineExtensionsKt
Asynchronously removes the value for the given key as a Deferred.
removeIf(io.github.dhruv1110.jcachex.Cache,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.CollectionExtensionsKt
Removes all entries that match the given predicate.
removeOrNull(io.github.dhruv1110.jcachex.Cache,K) - function in io.github.dhruv1110.jcachex.kotlin.SafeExtensionsKt
Safely removes a value, returning a Result.
replace(io.github.dhruv1110.jcachex.Cache,K,V) - function in io.github.dhruv1110.jcachex.kotlin.UtilityExtensionsKt
Replaces the value for the given key if it exists.
replace(io.github.dhruv1110.jcachex.Cache,K,V,V) - function in io.github.dhruv1110.jcachex.kotlin.UtilityExtensionsKt
Replaces the value for the given key if it equals the expected value.
replaceAll(io.github.dhruv1110.jcachex.Cache,kotlin.jvm.functions.Function2) - function in io.github.dhruv1110.jcachex.kotlin.UtilityExtensionsKt
Replaces all values using the given transformation function.
retainAll(io.github.dhruv1110.jcachex.Cache,java.util.Collection) - function in io.github.dhruv1110.jcachex.kotlin.CollectionExtensionsKt
Retains only the entries with the given keys.
A  B  C  D  F  G  H  I  K  M  O  P  R  S  T  U  V