TwirlRichString

play.twirl.api.TwirlHelperImports$.TwirlRichString
implicit class TwirlRichString(string: String)

Adds a when method to Strings to control when they are rendered.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def when(predicate: => Boolean): String