object compression
- Alphabetic
- By Inheritance
- compression
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
coalesceKeys[J, A](maxSize: Positive)(implicit arg0: Order[J], arg1: Order[A], arg2: Field[A], arg3: ConvertableTo[A], JC: Aux[J, EJson], JR: Aux[J, EJson]): (SSTF[J, A, SST[J, A]]) ⇒ SSTF[J, A, SST[J, A]]
Compress a map having greater than
maxSizekeys by moving the largest group of keys having the samePrimaryTagto the unknown key field and their values to the unknown value field. -
def
coalescePrimary[J, A](implicit arg0: Order[J], arg1: Order[A], arg2: Field[A], arg3: ConvertableTo[A], JC: Aux[J, EJson], JR: Aux[J, EJson]): (SSTF[J, A, SST[J, A]]) ⇒ SSTF[J, A, SST[J, A]]
Compress unions by combining any constants with their primary type if it also appears in the union.
-
def
coalesceWithUnknown[J, A](implicit arg0: Order[J], arg1: Order[A], arg2: Field[A], arg3: ConvertableTo[A], JC: Aux[J, EJson], JR: Aux[J, EJson]): (SSTF[J, A, SST[J, A]]) ⇒ SSTF[J, A, SST[J, A]]
Compress maps having unknown keys by coalescing known keys with unknown when the unknown contains any values having the same
PrimaryTagas the known key. -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
limitArrays[J, A](maxLength: Positive)(implicit arg0: Order[J], arg1: Order[A], A: Field[A], JR: Aux[J, EJson]): (SSTF[J, A, SST[J, A]]) ⇒ SSTF[J, A, SST[J, A]]
Replace statically known arrays longer than the given limit with an array of unknown size.
-
def
limitStrings[J, A](maxLength: Positive)(implicit A: Ring[A], JR: Aux[J, EJson]): (SSTF[J, A, SST[J, A]]) ⇒ SSTF[J, A, SST[J, A]]
Replace literal string types longer than the given limit with
char[]. -
def
narrowUnion[J, A](maxSize: Positive)(implicit arg0: Order[J], arg1: Order[A], arg2: Field[A], arg3: ConvertableTo[A], JC: Aux[J, EJson], JR: Aux[J, EJson]): (SSTF[J, A, SST[J, A]]) ⇒ SSTF[J, A, SST[J, A]]
Compress a union larger than
maxSizeby reducing the largest group of values sharing a primary type to their shared type. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
z85EncodedBinary[J, A](implicit A: Field[A], JR: Aux[J, EJson]): (SSTF[J, A, SST[J, A]]) ⇒ SSTF[J, A, SST[J, A]]
Replace encoded binary strings with
byte[].