InlineUtils

class Object
trait Matchable
class Any

Value members

Concrete methods

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