Format

io.github.nafg.scalajs.react.util.editor.Format
See theFormat companion object
case class Format[A](format: A => String, parse: String => Validated[TagMod, A])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]
Implicitly added by maybe

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]
Implicitly added by maybe

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product