LambdasOne

molecule.datalog.core.query.LambdasOne
trait LambdasOne extends ResolveBase

Attributes

Source
LambdasOne.scala
Graph
Supertypes
trait ResolveBase
trait BaseHelpers
trait DateHandling
trait RegexMatching
class Object
trait Matchable
class Any
Show all
Known subtypes
trait ResolveNestedPull[Tpl]
class Model2DatomicQuery[Tpl]

Members list

Type members

Classlikes

case class ResOne[T](tpe: String, toDatalog: T => String, s2j: Any => Any, j2s: AnyRef => AnyRef, seq2t: AnyRef => AnyRef, set2set: AnyRef => AnyRef, vector2set: AnyRef => AnyRef)

Attributes

Source
LambdasOne.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ResOneOpt[T](tpe: String, toDatalog: T => String, s2j: Any => Any, j2s: AnyRef => AnyRef)

Attributes

Source
LambdasOne.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited classlikes

implicit class Regex(sc: StringContext)

Attributes

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

Value members

Inherited methods

protected def bigDec(arg: Any): BigDecimal

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def date2datomic(date: Date): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def date2str(date: Date, zoneOffset: ZoneOffset): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def daylight(ms: Long): Int

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
protected def double(arg: Any): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def escStr(s: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def expandDateStr(dateStr: String): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def firstLow(str: Any): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def getKwName(kw: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def indent(tabs: Int): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def jvector2set(value: AnyRef => Any): AnyRef => AnyRef

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
protected def jvector2set: AnyRef => AnyRef

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
def localOffset: String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def localZoneOffset: ZoneOffset

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def nullValue: Nothing

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
final def o(opt: Option[Any]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def oStr(opt: Option[String]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def oStr2(opt: Option[String]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def okEnumIdent(enumIdent: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def okIdent(name: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def okNamespaceName(name: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def okPartitionName(name: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def opt(opt: Option[Any]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def pad(longest: Int, shorter: Int): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def padS(longest: Int, str: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def render(value: Any): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def renderValidations(validations: Seq[(String, String)]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final protected def resetTimer(): Unit

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def sq[T](values: Iterable[T]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def ss(a: String, b: String, c: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def ss(a: String, b: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def str2date(s: String, zoneOffset: ZoneOffset): Date

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def str2zdt(s: String, zoneOffset: ZoneOffset): ZonedDateTime

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def thousands(i: Long): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final protected def time(n: Int, prev: Int): Unit

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def truncateDateStr(dateStr: String): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def unescStr(s: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def unexpectedValue(other: Any): Nothing

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
def withDecimal(v: Any): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def zone: ZoneId

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala

Concrete fields

lazy protected val firstBigDecimal: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstBigInt: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstBoolean: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstByte: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstChar: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstDate: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstDouble: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstFloat: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstInt: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstLong: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstShort: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstString: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstURI: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val firstUUID: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy val it2BigDecimal: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2BigInt: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Boolean: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Byte: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Char: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Date: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Double: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Float: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Int: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Int2: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy val it2Long: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptBigDecimal: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptBigInt: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptBoolean: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptByte: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptChar: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptDate: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptDouble: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptFloat: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptInt: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptLong: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptShort: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptString: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptURI: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2OptUUID: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2Short: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2String: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2String2: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy val it2URI: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy val it2UUID: Iterator[_] => Any

Attributes

Source
LambdasOne.scala
lazy protected val j2sBigDecimal: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sBigInt: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sBoolean: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sByte: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sChar: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sDate: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sDouble: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sFloat: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sInt: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sLong: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sShort: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sString: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sURI: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val j2sUUID: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy val resBigDecimal: ResOne[BigDecimal]

Attributes

Source
LambdasOne.scala
lazy val resBigInt: ResOne[BigInt]

Attributes

Source
LambdasOne.scala
lazy val resBoolean: ResOne[Boolean]

Attributes

Source
LambdasOne.scala
lazy val resByte: ResOne[Byte]

Attributes

Source
LambdasOne.scala
lazy val resChar: ResOne[Char]

Attributes

Source
LambdasOne.scala
lazy val resDate: ResOne[Date]

Attributes

Source
LambdasOne.scala
lazy val resDouble: ResOne[Double]

Attributes

Source
LambdasOne.scala
lazy val resFloat: ResOne[Float]

Attributes

Source
LambdasOne.scala
lazy val resInt: ResOne[Int]

Attributes

Source
LambdasOne.scala
lazy val resLong: ResOne[Long]

Attributes

Source
LambdasOne.scala
lazy val resOptBigDecimal: ResOneOpt[BigDecimal]

Attributes

Source
LambdasOne.scala
lazy val resOptBigInt: ResOneOpt[BigInt]

Attributes

Source
LambdasOne.scala
lazy val resOptBoolean: ResOneOpt[Boolean]

Attributes

Source
LambdasOne.scala
lazy val resOptByte: ResOneOpt[Byte]

Attributes

Source
LambdasOne.scala
lazy val resOptChar: ResOneOpt[Char]

Attributes

Source
LambdasOne.scala
lazy val resOptDate: ResOneOpt[Date]

Attributes

Source
LambdasOne.scala
lazy val resOptDouble: ResOneOpt[Double]

Attributes

Source
LambdasOne.scala
lazy val resOptFloat: ResOneOpt[Float]

Attributes

Source
LambdasOne.scala
lazy val resOptInt: ResOneOpt[Int]

Attributes

Source
LambdasOne.scala
lazy val resOptLong: ResOneOpt[Long]

Attributes

Source
LambdasOne.scala
lazy val resOptShort: ResOneOpt[Short]

Attributes

Source
LambdasOne.scala
lazy val resOptString: ResOneOpt[String]

Attributes

Source
LambdasOne.scala
lazy val resOptURI: ResOneOpt[URI]

Attributes

Source
LambdasOne.scala
lazy val resOptUUID: ResOneOpt[UUID]

Attributes

Source
LambdasOne.scala
lazy val resShort: ResOne[Short]

Attributes

Source
LambdasOne.scala
lazy val resString: ResOne[String]

Attributes

Source
LambdasOne.scala
lazy val resURI: ResOne[URI]

Attributes

Source
LambdasOne.scala
lazy val resUUID: ResOne[UUID]

Attributes

Source
LambdasOne.scala
lazy protected val set2setBigDecimal: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setBigInt: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setBoolean: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setByte: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setChar: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setDate: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setDouble: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setFloat: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setInt: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setLong: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setShort: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setString: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setURI: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val set2setUUID: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setBigDecimal: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setBigInt: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setBoolean: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setByte: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setChar: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setDate: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setDouble: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setFloat: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setInt: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setLong: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setShort: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setString: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setURI: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala
lazy protected val vector2setUUID: AnyRef => AnyRef

Attributes

Source
LambdasOne.scala

Inherited fields

lazy protected val dBigDecimal: BigDecimal => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dBigInt: BigInt => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dBoolean: Boolean => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dByte: Byte => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dChar: Char => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dDate: Date => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dDouble: Double => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dFloat: Float => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dInt: Int => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dLong: Long => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dShort: Short => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dString: String => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dURI: URI => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val dUUID: UUID => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
val none: String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jBigDecimal: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jBigInt: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jBoolean: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jByte: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jChar: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jDate: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jDouble: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jFloat: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jInt: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jLong: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jShort: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jString: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jURI: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val s2jUUID: Any => Any

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy val toInt: AnyRef => AnyRef

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala

Implicits

Inherited implicits

final implicit def Regex(sc: StringContext): Regex

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala