redis
.
algebra
set
object
set
extends
SetInstances
with
SetFunctions
Linear Supertypes
SetFunctions
,
InjectFunctions
,
SetInstances
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
set
SetFunctions
InjectFunctions
SetInstances
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
inject
[
F
[
_
]
,
G
[
_
]
,
A
]
(
ga:
G
[
Free
[
F
,
A
]]
)
(
implicit
F:
Functor
[
F
]
,
I:
Inject
[
G
,
F
]
)
:
Free
[
F
,
A
]
Definition Classes
InjectFunctions
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
match_
[
F
[
_
]
,
G
[
_
]
,
A
]
(
fa:
Free
[
F
,
A
]
)
(
implicit
F:
Functor
[
F
]
,
I:
Inject
[
G
,
F
]
)
:
Option
[
G
[
Free
[
F
,
A
]]]
Definition Classes
InjectFunctions
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
sadd
[
F
[
_
]
]
(
key:
ByteString
,
members:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
SetFunctions
def
scard
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
SetFunctions
def
sdiff
[
F
[
_
]
]
(
keys:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
scala.collection.immutable.Set
[
ByteString
]]
Definition Classes
SetFunctions
def
sdiffstore
[
F
[
_
]
]
(
destination:
ByteString
,
keys:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
SetFunctions
implicit
val
setAlgebraFunctor
:
Functor
[
SetAlgebra
]
Definition Classes
SetInstances
def
sinter
[
F
[
_
]
]
(
keys:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
scala.collection.immutable.Set
[
ByteString
]]
Definition Classes
SetFunctions
def
sinterstore
[
F
[
_
]
]
(
destination:
ByteString
,
keys:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
SetFunctions
def
sismember
[
F
[
_
]
]
(
key:
ByteString
,
member:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
SetFunctions
def
smembers
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
scala.collection.immutable.Set
[
ByteString
]]
Definition Classes
SetFunctions
def
smove
[
F
[
_
]
]
(
source:
ByteString
,
destination:
ByteString
,
member:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
SetFunctions
def
spop
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
ByteString
]]
Definition Classes
SetFunctions
def
srandmember
[
F
[
_
]
]
(
key:
ByteString
,
count:
Option
[
Long
] =
None
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
scala.collection.immutable.Set
[
ByteString
]]
Definition Classes
SetFunctions
def
srem
[
F
[
_
]
]
(
key:
ByteString
,
members:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
SetFunctions
def
sunion
[
F
[
_
]
]
(
keys:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
scala.collection.immutable.Set
[
ByteString
]]
Definition Classes
SetFunctions
def
sunionstore
[
F
[
_
]
]
(
destination:
ByteString
,
keys:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
SetAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
SetFunctions
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
SetFunctions
Inherited from
InjectFunctions
Inherited from
SetInstances
Inherited from
AnyRef
Inherited from
Any
Ungrouped