final case class Compression(compress: BinaryData => BinaryData, decompress: BinaryData => Try[BinaryData])
A means of binary compression and decompression.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any