redis.algebra

ListFunctions

trait ListFunctions extends InjectFunctions

Linear Supertypes
InjectFunctions, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ListFunctions
  2. InjectFunctions
  3. AnyRef
  4. 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)]]

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

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

  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]]

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

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

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

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

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

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

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

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

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

  26. 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
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InjectFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped