Format

final case class Format() extends Op[Long, String, String]
Companion:
object
trait Serializable
class Op[Long, String, String]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: Long, b: String): String
override def productPrefix: String
Definition Classes
Product

Inherited methods

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