case class Suc(k: Int) extends SequentIndex with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Suc
- Serializable
- Serializable
- Product
- Equals
- SequentIndex
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(i: Int): Suc
Increments the index by a natural number.
Increments the index by a natural number.
- Definition Classes
- Suc → SequentIndex
-
def
-(i: Int): Suc
Decrements the index by a natural number.
Decrements the index by a natural number.
- Definition Classes
- Suc → SequentIndex
- def ->[B](y: B): (Suc, B)
-
def
<(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
def
<=(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
def
>=(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
compare(that: SequentIndex): Int
- Definition Classes
- SequentIndex → Ordered
-
def
compareTo(that: SequentIndex): Int
- Definition Classes
- Ordered → Comparable
- def ensuring(cond: (Suc) ⇒ Boolean, msg: ⇒ Any): Suc
- def ensuring(cond: (Suc) ⇒ Boolean): Suc
- def ensuring(cond: Boolean, msg: ⇒ Any): Suc
- def ensuring(cond: Boolean): Suc
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
isAnt: Boolean
- Definition Classes
- SequentIndex
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSuc: Boolean
- Definition Classes
- SequentIndex
- val k: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
polarity: Positive.type
- Definition Classes
- Suc → SequentIndex
-
def
sameSideAs(that: SequentIndex): Boolean
- Definition Classes
- SequentIndex
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toInt: Int
Injective conversion to integers.
Injective conversion to integers.
- Definition Classes
- Suc → SequentIndex
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withinSizes(p: (Int, Int)): Boolean
- Definition Classes
- Suc → SequentIndex
- def →[B](y: B): (Suc, B)
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Suc to any2stringadd[Suc] performed by method any2stringadd in scala.Predef.
- 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:(suc: any2stringadd[Suc]).+(other)
- Definition Classes
- any2stringadd
-
def
<(that: Suc): Boolean
- Implicit
- This member is added by an implicit conversion from Suc to Ordered[Suc] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Suc] is in scope.
- 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:(suc: Ordered[Suc]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: Suc): Boolean
- Implicit
- This member is added by an implicit conversion from Suc to Ordered[Suc] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Suc] is in scope.
- 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:(suc: Ordered[Suc]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: Suc): Boolean
- Implicit
- This member is added by an implicit conversion from Suc to Ordered[Suc] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Suc] is in scope.
- 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:(suc: Ordered[Suc]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: Suc): Boolean
- Implicit
- This member is added by an implicit conversion from Suc to Ordered[Suc] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Suc] is in scope.
- 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:(suc: Ordered[Suc]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: Suc): Int
- Implicit
- This member is added by an implicit conversion from Suc to Ordered[Suc] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Suc] is in scope.
- 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:(suc: Ordered[Suc]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: Suc): Int
- Implicit
- This member is added by an implicit conversion from Suc to Ordered[Suc] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Suc] is in scope.
- 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:(suc: Ordered[Suc]).compareTo(that)
- Definition Classes
- Ordered → Comparable