ValueDisplay

final case class ValueDisplay(fmt: (Colours, SourceName, Key, String) => String)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map(f: String => String): ValueDisplay
def unless(cond: (SourceName, Key, String) => Boolean): ValueDisplay
def when(cond: (SourceName, Key, String) => Boolean): ValueDisplay

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product