Result

frawa.typedjson.keywords.Result
See theResult companion object
case class Result[O](valid: Boolean, output: Option[O], combineOutput: Option[(O, O) => O], evaluations: Seq[Evalutation], problems: SchemaProblems, count: Int)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def add(other: Result[O]): Result[O]
def add(e: Evalutation): Result[O]
def addIgnoredKeywords(ignored: Set[String], pointer: Pointer): Result[O]
def addWithoutOutput(others: Seq[Result[O]]): Result[O]
def ignoredKeywords(): Set[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product