redis
.
algebra
hash
object
hash
extends
HashInstances
with
HashFunctions
Linear Supertypes
HashFunctions
,
InjectFunctions
,
HashInstances
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
hash
HashFunctions
InjectFunctions
HashInstances
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
implicit
val
hashAlgebraFunctor
:
Functor
[
HashAlgebra
]
Definition Classes
HashInstances
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
hdel
[
F
[
_
]
]
(
key:
ByteString
,
fields:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
HashFunctions
def
hexists
[
F
[
_
]
]
(
key:
ByteString
,
field:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
HashFunctions
def
hget
[
F
[
_
]
]
(
key:
ByteString
,
field:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
ByteString
]]
Definition Classes
HashFunctions
def
hgetall
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Seq
[(
ByteString
,
ByteString
)]]
Definition Classes
HashFunctions
def
hincrby
[
F
[
_
]
]
(
key:
ByteString
,
field:
ByteString
,
increment:
Long
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
HashFunctions
def
hincrbyfloat
[
F
[
_
]
]
(
key:
ByteString
,
field:
ByteString
,
increment:
BigDecimal
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
BigDecimal
]
Definition Classes
HashFunctions
def
hkeys
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Seq
[
ByteString
]]
Definition Classes
HashFunctions
def
hlen
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
HashFunctions
def
hmget
[
F
[
_
]
]
(
key:
ByteString
,
fields:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Seq
[
Option
[
ByteString
]]]
Definition Classes
HashFunctions
def
hmset
[
F
[
_
]
]
(
key:
ByteString
,
pairs:
NonEmptyList
[(
ByteString
,
ByteString
)]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
HashFunctions
def
hset
[
F
[
_
]
]
(
key:
ByteString
,
field:
ByteString
,
value:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
HashFunctions
def
hsetnx
[
F
[
_
]
]
(
key:
ByteString
,
field:
ByteString
,
value:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
HashFunctions
def
hvals
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
HashAlgebra
,
F
]
)
:
Free
[
F
,
Seq
[
ByteString
]]
Definition Classes
HashFunctions
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
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
HashFunctions
Inherited from
InjectFunctions
Inherited from
HashInstances
Inherited from
AnyRef
Inherited from
Any
Ungrouped