WithBigDecimal

com.tersesystems.blindsight.DSL$.WithBigDecimal$
object WithBigDecimal extends DSL with BigDecimalMode

Attributes

Source:
DSL.scala
Graph
Supertypes
trait DSL
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

class JsonAssoc[A](left: (String, A))(implicit ev: A => BValue)

Attributes

Inherited from:
DSL
Source:
DSL.scala
Graph
Supertypes
class Object
trait Matchable
class Any
class JsonListAssoc(left: List[BField])

Attributes

Inherited from:
DSL
Source:
DSL.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

Attributes

Inherited from:
DSL
Source:
DSL.scala

Attributes

Inherited from:
BigDecimalMode
Source:
DSL.scala
implicit def bigint2BValue(x: BigInt): BValue

Attributes

Inherited from:
DSLImplicits
Source:
DSL.scala
implicit def boolean2BValue(x: Boolean): BValue

Attributes

Inherited from:
DSLImplicits
Source:
DSL.scala
implicit def byte2BValue(x: Byte): BValue

Attributes

Inherited from:
DSLImplicits
Source:
DSL.scala
implicit def char2BValue(x: Char): BValue

Attributes

Inherited from:
DSLImplicits
Source:
DSL.scala
implicit def double2BValue(x: Double): BValue

Attributes

Inherited from:
BigDecimalMode
Source:
DSL.scala
implicit def float2BValue(x: Float): BValue

Attributes

Inherited from:
BigDecimalMode
Source:
DSL.scala
implicit def int2BValue(x: Int): BValue

Attributes

Inherited from:
DSLImplicits
Source:
DSL.scala
implicit def list2BValue(l: List[BField]): BObject

Attributes

Inherited from:
DSL
Source:
DSL.scala
implicit def long2BValue(x: Long): BValue

Attributes

Inherited from:
DSLImplicits
Source:
DSL.scala
implicit def map2BValue[A](m: Map[String, A])(implicit ev: A => BValue): BObject

Attributes

Inherited from:
DSL
Source:
DSL.scala
implicit def option2BValue[A](opt: Option[A])(implicit ev: A => BValue): BValue

Attributes

Inherited from:
DSL
Source:
DSL.scala
implicit def pair2Assoc[A](t: (String, A))(implicit ev: A => BValue): JsonAssoc[A]

Attributes

Inherited from:
DSL
Source:
DSL.scala
implicit def pair2BValue[A](t: (String, A))(implicit ev: A => BValue): BObject

Attributes

Inherited from:
DSL
Source:
DSL.scala
implicit def seq2BValue[A](s: Iterable[A])(implicit ev: A => BValue): BArray

Attributes

Inherited from:
DSL
Source:
DSL.scala
implicit def short2BValue(x: Short): BValue

Attributes

Inherited from:
DSLImplicits
Source:
DSL.scala
implicit def string2BValue(x: String): BValue

Attributes

Inherited from:
DSLImplicits
Source:
DSL.scala
implicit def symbol2BValue(x: Symbol): BString

Attributes

Inherited from:
DSL
Source:
DSL.scala