Validity

org.eso.ias.types.Validity
See theValidity companion class
object Validity

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Validity.type

Members list

Value members

Concrete methods

def apply(iasValidity: IasValidity): Validity

Build a Validity from the the IasValidity

Build a Validity from the the IasValidity

Attributes

def minIasValidity(iasValidities: Set[IasValidity]): IasValidity

Return the lowest validity between all the validities of the passed iasValidities

Return the lowest validity between all the validities of the passed iasValidities

Value parameters

iasValidities

non empty set of validities to evaluate the new validity

Attributes

Returns

the minimum validity between all the validities in the passed set

def minValidity(validities: Set[Validity]): Validity

Return the lowest validity between all the validities of the passed validities

Return the lowest validity between all the validities of the passed validities

Value parameters

validities

the non empty set of validities to evaluate the new validity

Attributes

Returns

the minimum validity between all the validities in the passed set

def unapply(validity: Validity): IasValidity

Unapply simmetric to apply

Unapply simmetric to apply

Attributes

Implicits

Implicits

implicit def IasValidityToValidity(iasValidity: IasValidity): Validity

Implicit conversion from IasValidity to Validity

Implicit conversion from IasValidity to Validity

Attributes

implicit def ValidityToIasValidity(validity: Validity): IasValidity

Implicit conversion from Validity to IasValidity

Implicit conversion from Validity to IasValidity

Attributes