implicit final class BlockHelper extends AnyVal
- Alphabetic
- By Inheritance
- BlockHelper
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BlockHelper(sc: StringContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def code(args: Any*): Block
A string interpolator that retains references to the
JavaCodeinputs, and behaves like the Scala builtin StringContext.s() interpolator otherwise, i.e.A string interpolator that retains references to the
JavaCodeinputs, and behaves like the Scala builtin StringContext.s() interpolator otherwise, i.e. it will treat escapes in the code parts, and will not treat escapes in the input arguments. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val sc: StringContext
- def toString(): String
- Definition Classes
- Any