object normalization
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- normalization
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
coalesceUnion[J, T](implicit TC: Aux[T, [β$4$]TypeF[J, β$4$]], TR: Aux[T, [β$5$]TypeF[J, β$5$]]): (TypeF[J, T]) ⇒ TypeF[J, T]
Coalesce nested unions into a single union.
-
def
elideBottom[J, T](implicit TR: Aux[T, [β$8$]TypeF[J, β$8$]], TC: Aux[T, [β$9$]TypeF[J, β$9$]]): (TypeF[J, T]) ⇒ TypeF[J, T]
Elide
bottomvalues from unions. -
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
liftConst[J, T](implicit TR: Aux[T, [β$10$]TypeF[J, β$10$]], JC: Aux[J, EJson], JR: Aux[J, EJson]): (TypeF[J, T]) ⇒ TypeF[J, T]
Lift arrays and maps of constants to constant types.
-
def
lowerConst[J, T](implicit arg0: Order[J], TC: Aux[T, [β$11$]TypeF[J, β$11$]], TR: Aux[T, [β$12$]TypeF[J, β$12$]], JC: Aux[J, EJson], JR: Aux[J, EJson]): (TypeF[J, T]) ⇒ TypeF[J, T]
Lower constant arrays and maps to types of constants.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalizeEJson[J, T](implicit arg0: Order[J], TC: Aux[T, [β$13$]TypeF[J, β$13$]], JC: Aux[J, EJson], JR: Aux[J, EJson]): (TypeF[J, T]) ⇒ TypeF[J, T]
Normalizes EJson literals by
Normalizes EJson literals by
- Converting constant strings to arrays of characters.
- Replacing
Metanodes with their value component.
- def normalizeƒ[J, T](implicit arg0: Order[J], TC: Aux[T, [β$2$]TypeF[J, β$2$]], TR: Aux[T, [β$3$]TypeF[J, β$3$]], JC: Aux[J, EJson], JR: Aux[J, EJson]): (TypeF[J, T]) ⇒ TypeF[J, T]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
reduceToBottom[J, T](implicit TR: Aux[T, [β$14$]TypeF[J, β$14$]]): (TypeF[J, T]) ⇒ TypeF[J, T]
Reduce arrays and maps containing
bottomvalues tobottom. -
def
reduceToTop[J, T](implicit T: Aux[T, [β$15$]TypeF[J, β$15$]]): (TypeF[J, T]) ⇒ TypeF[J, T]
Reduce unions containing
toptotop. -
def
simplifyUnion[J, T](implicit arg0: Order[J], TC: Aux[T, [β$16$]TypeF[J, β$16$]], TR: Aux[T, [β$17$]TypeF[J, β$17$]], JC: Aux[J, EJson], JR: Aux[J, EJson]): (TypeF[J, T]) ⇒ TypeF[J, T]
Simplify unions by eliding subtypes.
-
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( ... )
-
object
normalize
Returns the normal form of the given type.