object bigDecimalTagged
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- bigDecimalTagged
- 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
- implicit def bigDecimalFromValueBigPrecision[A <: Nat, B <: Nat, C <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], toIntNC: ToInt[C], RM: RoundingMode = RoundingMode.UNNECESSARY): FromValue[@@[BigDecimal, ((A, B), C)]]
- implicit def bigDecimalFromValueBigPrecisionScale[A <: Nat, B <: Nat, C <: Nat, D <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], toIntNC: ToInt[C], toIntND: ToInt[D], RM: RoundingMode = RoundingMode.UNNECESSARY): FromValue[@@[BigDecimal, ((A, B), (C, D))]]
- implicit def bigDecimalFromValueSimple[A <: Nat, B <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], RM: RoundingMode = RoundingMode.UNNECESSARY): FromValue[@@[BigDecimal, (A, B)]]
- implicit def bigDecimalToSchemaBigPrecision[A <: Nat, B <: Nat, C <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], toIntNC: ToInt[C], RM: RoundingMode = RoundingMode.UNNECESSARY): ToSchema[@@[BigDecimal, ((A, B), C)]]
- implicit def bigDecimalToSchemaBigPrecisionScale[A <: Nat, B <: Nat, C <: Nat, D <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], toIntNC: ToInt[C], toIntND: ToInt[D], RM: RoundingMode = RoundingMode.UNNECESSARY): ToSchema[@@[BigDecimal, ((A, B), (C, D))]]
- implicit def bigDecimalToSchemaSimple[A <: Nat, B <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], RM: RoundingMode = RoundingMode.UNNECESSARY): ToSchema[@@[BigDecimal, (A, B)]]
- implicit def bigDecimalToValueBigPrecision[A <: Nat, B <: Nat, C <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], toIntNC: ToInt[C], RM: RoundingMode = RoundingMode.UNNECESSARY): ToValue[@@[BigDecimal, ((A, B), C)]]
- implicit def bigDecimalToValueBigPrecisionScale[A <: Nat, B <: Nat, C <: Nat, D <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], toIntNC: ToInt[C], toIntND: ToInt[D], RM: RoundingMode = RoundingMode.UNNECESSARY): ToValue[@@[BigDecimal, ((A, B), (C, D))]]
- implicit def bigDecimalToValueSimple[A <: Nat, B <: Nat](implicit toIntNA: ToInt[A], toIntNB: ToInt[B], RM: RoundingMode = RoundingMode.UNNECESSARY): ToValue[@@[BigDecimal, (A, B)]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
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( ... )
- object marshallers