SaveOps

molecule.core.transaction.ops.SaveOps
trait SaveOps extends Action2Data, BaseOps

Attributes

Source
SaveOps.scala
Graph
Supertypes
trait BaseOps
trait BaseHelpers
trait DateHandling
trait JsonBase
trait Action2Data
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

implicit class Regex(sc: StringContext)

Attributes

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

Value members

Abstract methods

protected def addBackRef(backRefNs: String): Unit

Attributes

Source
SaveOps.scala
protected def addOne[T](ns: String, attr: String, optValue: Option[T], handleValue: T => Any, exts: List[String]): Unit

Attributes

Source
SaveOps.scala
protected def addRef(ns: String, refAttr: String, refNs: String, card: Card, owner: Boolean): Unit

Attributes

Source
SaveOps.scala
protected def addSet[T](ns: String, attr: String, optSet: Option[Set[Any]], transformValue: T => Any, set2array: Set[Any] => Array[AnyRef], refNs: Option[String], exts: List[String], value2json: (StringBuffer, T) => StringBuffer): Unit

Attributes

Source
SaveOps.scala
protected def handleRefNs(refNs: String): Unit

Attributes

Source
SaveOps.scala

Inherited methods

protected def appendEscapedString(buf: StringBuffer, s: String): Unit

Attributes

Inherited from:
JsonBase
Source
JsonBase.scala
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
def diff(s1: String, s2: String): Unit

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.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
def localOffset: String

Attributes

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

Attributes

Inherited from:
DateHandling
Source
DateHandling.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
final def optFilterAttr(opt: Option[(Int, List[String], 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
protected def quote(buf: StringBuffer, s: String): StringBuffer

Attributes

Inherited from:
JsonBase
Source
JsonBase.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
protected def set2json[T](set: Set[T], value2json: (StringBuffer, T) => StringBuffer): String

Attributes

Inherited from:
JsonBase
Source
JsonBase.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
protected def unexpected(element: Element): Nothing

Attributes

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

Attributes

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

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala

Inherited fields

lazy protected val extsBigDecimal: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsBigInt: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsBoolean: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsByte: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsChar: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsDate: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsDouble: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsDuration: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsFloat: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsID: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsInstant: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsInt: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsLocalDate: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsLocalDateTime: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsLocalTime: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsLong: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsOffsetDateTime: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsOffsetTime: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsShort: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsString: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsURI: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsUUID: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val extsZonedDateTime: List[String]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleBigDecimal: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleBigInt: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleBoolean: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleByte: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleChar: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleDate: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleDouble: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleDuration: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleFloat: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleID: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleInstant: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleInt: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleLocalDate: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleLocalDateTime: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleLocalTime: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleLong: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleOffsetDateTime: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleOffsetTime: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleShort: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleString: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleURI: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleUUID: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val handleZonedDateTime: Any => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonBigDecimal: BigDecimal => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonBigInt: BigInt => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonBoolean: Boolean => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonByte: Byte => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonChar: Char => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonDate: Date => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonDouble: Double => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonDuration: Duration => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonFloat: Float => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonID: String => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonInstant: Instant => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonInt: Int => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonLocalDate: LocalDate => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonLocalDateTime: LocalDateTime => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonLocalTime: LocalTime => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonLong: Long => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonOffsetDateTime: OffsetDateTime => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonOffsetTime: OffsetTime => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonShort: Short => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonString: String => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonURI: URI => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonUUID: UUID => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val one2jsonZonedDateTime: ZonedDateTime => String

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayBigDecimal: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayBigInt: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayBoolean: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayByte: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayChar: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayDate: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayDouble: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayDuration: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayFloat: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayID: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayInstant: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayInt: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayLocalDate: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayLocalDateTime: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayLocalTime: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayLong: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayOffsetDateTime: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayOffsetTime: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayShort: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayString: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayURI: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayUUID: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val set2arrayZonedDateTime: Set[Any] => Array[AnyRef]

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformBigDecimal: BigDecimal => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformBigInt: BigInt => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformBoolean: Boolean => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformByte: Byte => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformChar: Char => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformDate: Date => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformDouble: Double => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformDuration: Duration => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformFloat: Float => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformID: String => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformInstant: Instant => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformInt: Int => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformLocalDate: LocalDate => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformLocalDateTime: LocalDateTime => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformLocalTime: LocalTime => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformLong: Long => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformOffsetDateTime: OffsetDateTime => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformOffsetTime: OffsetTime => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformShort: Short => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformString: String => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformURI: URI => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformUUID: UUID => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val transformZonedDateTime: ZonedDateTime => Any

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonBigDecimal: (StringBuffer, BigDecimal) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonBigInt: (StringBuffer, BigInt) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonBoolean: (StringBuffer, Boolean) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonByte: (StringBuffer, Byte) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonChar: (StringBuffer, Char) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonDate: (StringBuffer, Date) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonDouble: (StringBuffer, Double) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonDuration: (StringBuffer, Duration) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonFloat: (StringBuffer, Float) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonID: (StringBuffer, String) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonInstant: (StringBuffer, Instant) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonInt: (StringBuffer, Int) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonLocalDate: (StringBuffer, LocalDate) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonLocalDateTime: (StringBuffer, LocalDateTime) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonLocalTime: (StringBuffer, LocalTime) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonLong: (StringBuffer, Long) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonOffsetDateTime: (StringBuffer, OffsetDateTime) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonOffsetTime: (StringBuffer, OffsetTime) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonShort: (StringBuffer, Short) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonString: (StringBuffer, String) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonURI: (StringBuffer, URI) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonUUID: (StringBuffer, UUID) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala
lazy protected val value2jsonZonedDateTime: (StringBuffer, ZonedDateTime) => StringBuffer

Attributes

Inherited from:
BaseOps
Source
BaseOps.scala

Implicits

Inherited implicits

final implicit def Regex(sc: StringContext): Regex

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala