RedisSetJavaImpl

play.api.cache.redis.impl.RedisSetJavaImpl
class RedisSetJavaImpl[Elem](internal: RedisSet[Elem, Future])(implicit runtime: RedisRuntime) extends AsyncRedisSet[Elem]

Attributes

Graph
Supertypes
trait AsyncRedisSet[Elem]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def add(elements: Array[_ <: Elem]): CompletionStage[AsyncRedisSet[Elem]]

Attributes

Definition Classes
override def contains(element: Elem): CompletionStage[Boolean]

Attributes

Definition Classes
AsyncRedisSet
override def remove(elements: Array[_ <: Elem]): CompletionStage[AsyncRedisSet[Elem]]

Attributes

Definition Classes
override def toSet: CompletionStage[Set[Elem]]

Attributes

Definition Classes
AsyncRedisSet

Inherited methods

def add(x$0: Elem*): CompletionStage[AsyncRedisSet[Elem]]

Attributes

Inherited from:
AsyncRedisSet
def remove(x$0: Elem*): CompletionStage[AsyncRedisSet[Elem]]

Attributes

Inherited from:
AsyncRedisSet