Created

case class Created[A](result: A) extends Outcome[A]
trait Serializable
trait Product
trait Equals
trait Outcome[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def isCreated: Boolean
def isUnmodified: Boolean
def map[B](f: A => B): Outcome[B]

Inherited methods

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