Class

swaydb.data.slice.Slice

ByteSliceImplicits

Related Doc: package Slice

Permalink

implicit class ByteSliceImplicits extends AnyRef

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

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

Instance Constructors

  1. new ByteSliceImplicits(slice: Slice[Byte])

    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. def addBoolean(boolean: Boolean): Slice[Byte]

    Permalink
  5. def addByte(value: Byte): Slice[Byte]

    Permalink
  6. def addBytes(anotherSlice: Slice[Byte]): Slice[Byte]

    Permalink
  7. def addInt(int: Int): Slice[Byte]

    Permalink
  8. def addIntSigned(int: Int): Slice[Byte]

    Permalink
  9. def addIntUnsigned(int: Int): Slice[Byte]

    Permalink
  10. def addLong(long: Long): Slice[Byte]

    Permalink
  11. def addLongSigned(long: Long): Slice[Byte]

    Permalink
  12. def addLongUnsigned(long: Long): Slice[Byte]

    Permalink
  13. def addString(string: String, charsets: Charset = StandardCharsets.UTF_8): Slice[Byte]

    Permalink
  14. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. def createReader(): BytesReader

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def readBoolean(): Boolean

    Permalink
  26. def readInt(): Int

    Permalink
  27. def readIntSigned(): IO[Int]

    Permalink
  28. def readIntUnsigned(): IO[Int]

    Permalink
  29. def readLong(): Long

    Permalink
  30. def readLongSigned(): IO[Long]

    Permalink
  31. def readLongUnsigned(): IO[Long]

    Permalink
  32. def readString(charset: Charset = StandardCharsets.UTF_8): String

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

    Permalink
    Definition Classes
    AnyRef
  34. def toByteArrayOutputStream: ByteArrayInputStream

    Permalink
  35. def toByteBuffer: ByteBuffer

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped