Class

scalax.collection.constrained.ConstraintBinaryOp

PreCheckResults

Related Doc: package ConstraintBinaryOp

Permalink

class PreCheckResults extends PreCheckResult

Attributes
protected
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PreCheckResults
  2. PreCheckResult
  3. AnyRef
  4. Any
Implicitly
  1. by anyToNode
  2. by CollectionsHaveToParArray
  3. by EdgeAssoc
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def abort: Boolean

    Permalink

    Whether this.followUp equals to Abort.

    Whether this.followUp equals to Abort.

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

    Permalink
    Definition Classes
    PreCheckResult
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Permalink

    Whether this.followUp equals to Complete.

    Whether this.followUp equals to Complete.

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PreCheckResultsPreCheckResult
  20. def formatted(fmtstr: String): String

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def isDefined: Boolean

    Permalink
    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
  25. def isEdge: Boolean

    Permalink
    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
  26. def isIn: Boolean

    Permalink
    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
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isNode: Boolean

    Permalink
    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
  29. def isOut: Boolean

    Permalink
    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
  30. val n1: PreCheckResults

    Permalink
    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
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def noAbort: Boolean

    Permalink

    Whether this.followUp does not equal to Abort.

    Whether this.followUp does not equal to Abort.

    Definition Classes
    PreCheckResult
  33. final def noComplete: Boolean

    Permalink

    Whether this.followUp does not equal to Complete.

    Whether this.followUp does not equal to Complete.

    Definition Classes
    PreCheckResult
  34. final def noPostCheck: Boolean

    Permalink

    Whether this.followUp does not equal to PostCheck.

    Whether this.followUp does not equal to PostCheck.

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

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def postCheck: Boolean

    Permalink

    Whether this.followUp equals to PostCheck.

    Whether this.followUp equals to PostCheck.

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

    Permalink
  39. def stringPrefix: String

    Permalink
    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
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PreCheckResults to CollectionsHaveToParArray[PreCheckResults, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (PreCheckResults) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  42. def toString(): String

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

    Permalink

    Returns a tuple of this and this.followUp.

    Returns a tuple of this and this.followUp.

    Definition Classes
    PreCheckResult
  44. val value: PreCheckResults

    Permalink
    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
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def ~[N >: N1](n2: N): UnDiEdge[N]

    Permalink
    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()
  49. def ~>[N >: N1](n2: N): DiEdge[N]

    Permalink
    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 [B](y: B): (PreCheckResults, B)

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

Shadowed Implicit Value Members

  1. def toString(): String

    Permalink
    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

Inherited from PreCheckResult

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion CollectionsHaveToParArray from PreCheckResults to CollectionsHaveToParArray[PreCheckResults, T]

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

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

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

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

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

Ungrouped