Packages

class Dsl[F[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Dsl()

Type Members

  1. class CtxBuilder extends AnyRef
  2. class InFieldBuilder extends AnyRef
  3. implicit class Interpolators extends AnyRef
  4. class RowFieldBuilder extends AnyRef
  5. class RuleBuilder extends AnyRef
  6. sealed abstract class RulesBuilder extends AnyRef
  7. class SearchAndReplaceBuilder extends AnyRef
  8. class TransformationBuilder extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val any: Matcher
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def call(f: (List[String]) => F[String])(args: Expr[F]*): Expr[F]
  7. def call(name: String)(args: Expr[F]*): Expr[F]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def concat(es: Expr[F]*): Expr[F]
  10. implicit def ctxBuilderToExpr(b: CtxBuilder): Expr[F]
  11. implicit def ctxBuilderToValue(b: CtxBuilder): Value
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def in(name: String): InFieldBuilder
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def lowercase(es: Expr[F]*): Expr[F]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. implicit def rowBuilderToExpr(b: RowFieldBuilder): Expr[F]
  23. implicit def rowBuilderToValue(b: RowFieldBuilder): Value
  24. def rule(name: String): RuleBuilder
  25. def ruleset(file: String)(rules: RulesBuilder): RuleSet[F]
  26. def ruleset(file: StandardName)(rules: RulesBuilder): RuleSet[F]
  27. implicit def strToExpr(s: String): Expr[F]
  28. implicit def strToValue(s: String): Value
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def trim(es: Expr[F]*): Expr[F]
  32. def uppercase(es: Expr[F]*): Expr[F]
  33. implicit def valueToExpr(v: Value): Expr[F]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. object ctx
  38. object row

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped