scalax.collection.constrained.ConstraintBinaryOp

PreCheckResults

class PreCheckResults extends PreCheckResult

Attributes
protected
Linear Supertypes
PreCheckResult, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PreCheckResults
  2. PreCheckResult
  3. AnyRef
  4. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PreCheckResults(followUp: PreCheckFollowUp, constraint: Constraint[N, E], result: PreCheckResult)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def +=(op: Constraint[N, E], result: PreCheckResult): PreCheckResults

  6. def ->[B](y: B): (PreCheckResults, B)

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to ArrowAssoc[PreCheckResults] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. final def abort: Boolean

    Whether this.followUp equals to Abort.

    Whether this.followUp equals to Abort.

    Definition Classes
    PreCheckResult
  10. final def apply(): PreCheckFollowUp

    Definition Classes
    PreCheckResult
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def complete: Boolean

    Whether this.followUp equals to Complete.

    Whether this.followUp equals to Complete.

    Definition Classes
    PreCheckResult
  14. def ensuring(cond: (PreCheckResults) ⇒ Boolean, msg: ⇒ Any): PreCheckResults

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to Ensuring[PreCheckResults] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (PreCheckResults) ⇒ Boolean): PreCheckResults

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to Ensuring[PreCheckResults] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): PreCheckResults

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to Ensuring[PreCheckResults] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): PreCheckResults

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to Ensuring[PreCheckResults] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val followUp: PreCheckFollowUp

    Definition Classes
    PreCheckResultsPreCheckResult
  22. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def get[N, E[X] <: EdgeLikeIn[X]](op: Constraint[N, E]): Option[PreCheckResult]

    Definition Classes
    PreCheckResultsPreCheckResult
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to OuterNode[PreCheckResults] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  27. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to OuterNode[PreCheckResults] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  28. def isIn: Boolean

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to OuterNode[PreCheckResults] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParam → Param
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to OuterNode[PreCheckResults] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  31. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to OuterNode[PreCheckResults] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParam → Param
  32. val n1: PreCheckResults

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to EdgeAssoc[PreCheckResults] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def noAbort: Boolean

    Whether this.followUp does not equal to Abort.

    Whether this.followUp does not equal to Abort.

    Definition Classes
    PreCheckResult
  35. final def noComplete: Boolean

    Whether this.followUp does not equal to Complete.

    Whether this.followUp does not equal to Complete.

    Definition Classes
    PreCheckResult
  36. final def noPostCheck: Boolean

    Whether this.followUp does not equal to PostCheck.

    Whether this.followUp does not equal to PostCheck.

    Definition Classes
    PreCheckResult
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. final def postCheck: Boolean

    Whether this.followUp equals to PostCheck.

    Whether this.followUp equals to PostCheck.

    Definition Classes
    PreCheckResult
  40. val results: Map[Constraint[N, E], PreCheckResult]

  41. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to OuterNode[PreCheckResults] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. final def tupled: (PreCheckResult, PreCheckFollowUp)

    Returns a tuple of this and this.followUp.

    Returns a tuple of this and this.followUp.

    Definition Classes
    PreCheckResult
  45. val value: PreCheckResults

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to OuterNode[PreCheckResults] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNode → NodeParam
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to EdgeAssoc[PreCheckResults] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  50. def ~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to EdgeAssoc[PreCheckResults] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  51. def [B](y: B): (PreCheckResults, B)

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to ArrowAssoc[PreCheckResults] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (preCheckResults: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (preCheckResults: StringFormat).self
    Definition Classes
    StringFormat
  3. def toString(): String

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to OuterNode[PreCheckResults] performed by method anyToNode in scalax.collection.GraphPredef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (preCheckResults: OuterNode[PreCheckResults]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def x: PreCheckResults

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to ArrowAssoc[PreCheckResults] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (preCheckResults: ArrowAssoc[PreCheckResults]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: PreCheckResults

    Implicit information
    This member is added by an implicit conversion from PreCheckResults to Ensuring[PreCheckResults] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (preCheckResults: Ensuring[PreCheckResults]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from PreCheckResult

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from PreCheckResults to OuterNode[PreCheckResults]

Inherited by implicit conversion EdgeAssoc from PreCheckResults to EdgeAssoc[PreCheckResults]

Inherited by implicit conversion any2stringadd from PreCheckResults to StringAdd

Inherited by implicit conversion any2stringfmt from PreCheckResults to StringFormat

Inherited by implicit conversion any2ArrowAssoc from PreCheckResults to ArrowAssoc[PreCheckResults]

Inherited by implicit conversion any2Ensuring from PreCheckResults to Ensuring[PreCheckResults]

Ungrouped