Trait

swaydb.data.slice

SliceCompanionBase

Related Doc: package slice

Permalink

trait SliceCompanionBase extends AnyRef

Base companion implementation for both Scala 2.12 and 2.13's Slice companion objects.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SliceCompanionBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ByteSliceImplicits extends AnyRef

    Permalink

    http://www.swaydb.io/slice/byte-slice

  2. implicit class OptionByteSliceImplicits extends AnyRef

    Permalink
  3. implicit class SeqByteSliceImplicits extends AnyRef

    Permalink
  4. implicit class SliceImplicit[T] extends AnyRef

    Permalink
  5. implicit class SliceImplicitClassTag[T] extends AnyRef

    Permalink
  6. implicit class SlicesImplicits[T] extends AnyRef

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply[T](data: T*)(implicit arg0: ClassTag[T]): Slice[T]

    Permalink
    Annotations
    @inline()
  5. def apply[T](data: Array[T])(implicit arg0: ClassTag[T]): Slice[T]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def create[T](length: Int, isFull: Boolean = false)(implicit arg0: ClassTag[T]): Slice[T]

    Permalink
    Annotations
    @inline()
  9. final def empty[T](implicit arg0: ClassTag[T]): Slice[T]

    Permalink
    Annotations
    @inline()
  10. val emptyBytes: Slice[Byte]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fill[T](length: Int)(elem: ⇒ T)(implicit arg0: ClassTag[T]): Slice[T]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def from(byteBuffer: ByteBuffer, from: Int, to: Int): Slice[Byte]

    Permalink
  16. def from(byteBuffer: ByteBuffer): Slice[Byte]

    Permalink
  17. def from[T](iterator: Iterable[T], size: Int)(implicit arg0: ClassTag[T]): Slice[T]

    Permalink
  18. def from[T](iterator: Iterator[T], size: Int)(implicit arg0: ClassTag[T]): Slice[T]

    Permalink
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def intersects[T](range1: (Slice[T], Slice[T], Boolean), range2: (Slice[T], Slice[T], Boolean))(implicit ordering: Ordering[Slice[T]]): Boolean

    Permalink

    Boolean indicates if the toKey is inclusive.

  22. final def intersects[T](range1: (Slice[T], Slice[T]), range2: (Slice[T], Slice[T]))(implicit ordering: Ordering[Slice[T]]): Boolean

    Permalink
    Annotations
    @inline()
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def minMax(left: (Slice[Byte], Slice[Byte], Boolean), right: (Slice[Byte], Slice[Byte], Boolean))(implicit keyOrder: Ordering[Slice[Byte]]): (Slice[Byte], Slice[Byte], Boolean)

    Permalink
  25. def minMax(left: Option[(Slice[Byte], Slice[Byte], Boolean)], right: Option[(Slice[Byte], Slice[Byte], Boolean)])(implicit keyOrder: Ordering[Slice[Byte]]): Option[(Slice[Byte], Slice[Byte], Boolean)]

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def newBuilder[T](sizeHint: Int)(implicit arg0: ClassTag[T]): SliceBuilder[T]

    Permalink
    Annotations
    @inline()
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. final def range(from: Byte, to: Byte): Slice[Byte]

    Permalink
  31. final def range(from: Char, to: Char): Slice[Char]

    Permalink
  32. final def range(from: Int, to: Int): Slice[Int]

    Permalink
  33. val someEmptyBytes: Some[Slice[Byte]]

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def within(key: Slice[Byte], minKey: Slice[Byte], maxKey: MaxKey[Slice[Byte]])(implicit keyOrder: KeyOrder[Slice[Byte]]): Boolean

    Permalink
  40. final def writeBoolean(boolean: Boolean): Slice[Byte]

    Permalink
    Annotations
    @inline()
  41. final def writeInt(int: Int): Slice[Byte]

    Permalink
    Annotations
    @inline()
  42. final def writeLong(long: Long): Slice[Byte]

    Permalink
    Annotations
    @inline()
  43. final def writeString(string: String, charsets: Charset = StandardCharsets.UTF_8): Slice[Byte]

    Permalink
    Annotations
    @inline()
  44. final def writeUnsignedInt(int: Int): Slice[Byte]

    Permalink
    Annotations
    @inline()
  45. final def writeUnsignedLong(long: Long): Slice[Byte]

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped