Plain

final case class Plain[A](identifier: Identifier, value: A)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[B](f: A => B): Plain[B]
def traverse[G[_] : Applicative, B](f: A => G[B]): G[Plain[B]]

Inherited methods

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