LogicRestrictions

net.reactivecore.cjs.restriction.LogicRestrictions
See theLogicRestrictions companion object
case class LogicRestrictions(oneOf: Option[Vector[Schema]], anyOf: Option[Vector[Schema]], not: Option[Schema], allOf: Option[Vector[Schema]], `if`: Option[Schema], `then`: Option[Schema], `else`: Option[Schema])

Further restrictions of a type.

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product