final
class
ByteSyntaxHelpers extends AnyVal
Instance Constructors
-
new
ByteSyntaxHelpers(array: Array[Byte])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
toAsciiString: String
-
def
toB64String: String
-
def
toB64UrlString: String
-
def
toDouble[F[_]](implicit F: Sync[F]): F[Double]
-
def
toDoubleUnsafe: Double
-
def
toFloat[F[_]](implicit F: Sync[F]): F[Float]
-
def
toFloatUnsafe: Float
-
def
toHexString: String
-
def
toInt[F[_]](implicit F: Sync[F]): F[Int]
-
def
toIntUnsafe: Int
-
def
toLong[F[_]](implicit F: Sync[F]): F[Long]
-
def
toLongUnsafe: Long
-
def
toShort[F[_]](implicit F: Sync[F]): F[Short]
-
def
toShortUnsafe: Short
-
def
toString(): String
-
def
toUtf8String: String