redis.algebra

list

object list extends ListInstances with ListFunctions

Linear Supertypes
ListFunctions, InjectFunctions, ListInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. list
  2. ListFunctions
  3. InjectFunctions
  4. ListInstances
  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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def blpop[F[_]](keys: NonEmptyList[ByteString], timeout: Seconds)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[(ByteString, ByteString)]]

    Definition Classes
    ListFunctions
  6. def brpop[F[_]](keys: NonEmptyList[ByteString], timeout: Seconds)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[(ByteString, ByteString)]]

    Definition Classes
    ListFunctions
  7. def brpoplpush[F[_]](source: ByteString, destination: ByteString, timeout: Seconds)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]

    Definition Classes
    ListFunctions
  8. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def inject[F[_], G[_], A](ga: G[Free[F, A]])(implicit F: Functor[F], I: Inject[G, F]): Free[F, A]

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

    Definition Classes
    Any
  16. def lindex[F[_]](key: ByteString, index: Long)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]

    Definition Classes
    ListFunctions
  17. def linsert[F[_]](key: ByteString, position: Position, pivot: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[Long]]

    Definition Classes
    ListFunctions
  18. implicit val listAlgebraFunctor: Functor[ListAlgebra]

    Definition Classes
    ListInstances
  19. def llen[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]

    Definition Classes
    ListFunctions
  20. def lpop[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]

    Definition Classes
    ListFunctions
  21. def lpush[F[_]](key: ByteString, values: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]

    Definition Classes
    ListFunctions
  22. def lpushx[F[_]](key: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]

    Definition Classes
    ListFunctions
  23. def lrange[F[_]](key: ByteString, start: Long, stop: Long)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Seq[ByteString]]

    Definition Classes
    ListFunctions
  24. def lrem[F[_]](key: ByteString, count: Long, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]

    Definition Classes
    ListFunctions
  25. def lset[F[_]](key: ByteString, index: Long, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Status]

    Definition Classes
    ListFunctions
  26. def ltrim[F[_]](key: ByteString, start: Long, stop: Long)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Status]

    Definition Classes
    ListFunctions
  27. 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
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def rpop[F[_]](key: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]

    Definition Classes
    ListFunctions
  32. def rpoplpush[F[_]](source: ByteString, destination: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Option[ByteString]]

    Definition Classes
    ListFunctions
  33. def rpush[F[_]](key: ByteString, values: NonEmptyList[ByteString])(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]

    Definition Classes
    ListFunctions
  34. def rpushx[F[_]](key: ByteString, value: ByteString)(implicit arg0: Functor[F], I: Inject[ListAlgebra, F]): Free[F, Long]

    Definition Classes
    ListFunctions
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ListFunctions

Inherited from InjectFunctions

Inherited from ListInstances

Inherited from AnyRef

Inherited from Any

Ungrouped