Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
implicit
val
bigInt2BigInteger: Bijection[BigInt, BigInteger]
-
implicit
val
byte2Boxed: Bijection[Byte, Byte]
-
implicit
lazy val
bytes2Base64: Bijection[Array[Byte], Base64String]
-
implicit
val
bytes2Buffer: Bijection[Array[Byte], ByteBuffer]
-
-
implicit
lazy val
bytes2GzippedBytes: Bijection[Array[Byte], GZippedBytes]
-
def
clone(): AnyRef
-
implicit
val
date2Long: Bijection[Date, Long]
-
implicit
val
double2Boxed: Bijection[Double, Double]
-
val
double2LongIEEE754: Bijection[Double, Long]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
implicit
val
float2Boxed: Bijection[Float, Float]
-
val
float2IntIEEE754: Bijection[Float, Int]
-
implicit
def
fromInjection[A, B](implicit inj: Injection[A, B]): Bijection[A, @@[B, Rep[A]]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
val
int2Boxed: Bijection[Int, Integer]
-
implicit
val
int2ShortShort: Bijection[Int, (Short, Short)]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
val
long2Boxed: Bijection[Long, Long]
-
implicit
val
long2IntInt: Bijection[Long, (Int, Int)]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
val
short2Boxed: Bijection[Short, Short]
-
implicit
val
short2ByteByte: Bijection[Short, (Byte, Byte)]
-
implicit
val
symbol2String: Bijection[Symbol, String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
-
-
-
-
-
-
-
-
-
implicit
def
tuple2[A1, B1, A2, B2](implicit ba: ImplicitBijection[A1, A2], bb: ImplicitBijection[B1, B2]): Bijection[(A1, B1), (A2, B2)]
-
-
-
-
implicit
def
tuple3[A1, B1, C1, A2, B2, C2](implicit ba: ImplicitBijection[A1, A2], bb: ImplicitBijection[B1, B2], bc: ImplicitBijection[C1, C2]): Bijection[(A1, B1, C1), (A2, B2, C2)]
-
-
-
-
-
-
-
implicit
val
uid2LongLong: Bijection[UUID, (Long, Long)]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
A collection of utilities for encoding strings and byte arrays to and decoding from strings compressed from with gzip.
This object is thread-safe because there are no streams shared outside of method scope, and therefore no contention for shared byte arrays.