redis.algebra

hash

object hash extends HashInstances with HashFunctions

Linear Supertypes
HashFunctions, InjectFunctions, HashInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. hash
  2. HashFunctions
  3. InjectFunctions
  4. HashInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. implicit val hashAlgebraFunctor: Functor[HashAlgebra]

    Definition Classes
    HashInstances
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def hdel[F[_]](key: ByteString, fields: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]

    Definition Classes
    HashFunctions
  15. def hexists[F[_]](key: ByteString, field: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]

    Definition Classes
    HashFunctions
  16. def hget[F[_]](key: ByteString, field: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Option[ByteString]]

    Definition Classes
    HashFunctions
  17. def hgetall[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[(ByteString, ByteString)]]

    Definition Classes
    HashFunctions
  18. def hincrby[F[_]](key: ByteString, field: ByteString, increment: Long)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]

    Definition Classes
    HashFunctions
  19. def hincrbyfloat[F[_]](key: ByteString, field: ByteString, increment: BigDecimal)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, BigDecimal]

    Definition Classes
    HashFunctions
  20. def hkeys[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[ByteString]]

    Definition Classes
    HashFunctions
  21. def hlen[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Long]

    Definition Classes
    HashFunctions
  22. def hmget[F[_]](key: ByteString, fields: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[Option[ByteString]]]

    Definition Classes
    HashFunctions
  23. def hmset[F[_]](key: ByteString, pairs: NonEmptyList[(ByteString, ByteString)])(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Status]

    Definition Classes
    HashFunctions
  24. def hset[F[_]](key: ByteString, field: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]

    Definition Classes
    HashFunctions
  25. def hsetnx[F[_]](key: ByteString, field: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Boolean]

    Definition Classes
    HashFunctions
  26. def hvals[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[HashAlgebra, F]): Free[F, Seq[ByteString]]

    Definition Classes
    HashFunctions
  27. def inject[F[_], G[_], A](ga: G[Free[F, A]])(implicit F: Functor[F], I: Inject[G, F]): Free[F, A]

    Definition Classes
    InjectFunctions
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. 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
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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