TransparentInlineUtils

class Object
trait Matchable
class Any

Value members

Concrete methods

transparent inline def nonBlank(inline str: String): Option[String]
transparent inline def replaceAll(str: String, regex: String, repl: String): String
transparent inline def replaceFirst(str: String, regex: String, repl: String): String
transparent inline def showCode(inline body: Any): String
transparent inline def showTasty(inline body: Any): String
transparent inline def toBoolean(str: String): Boolean
transparent inline def toInt(str: String): Int
transparent inline def toLong(str: String): Long
transparent inline def toLowerCase(str: String): String
transparent inline def toUpperCase(str: String): String
transparent inline def trim(str: String): String
transparent inline def trimLowerCaseNonBlank(inline s: String): Option[String]
transparent inline def trimLowerCaseNonBlank(inline o: Option[String]): Option[String]