object BoundedRange extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundedRange
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AuxF[A <: Bound, B <: Bound, Out0 <: HList] = BoundedRange[A, B] { type Out = Out0 }
- trait Bound extends DepFn0 with Serializable
-
trait
Exclusive[A] extends Bound
Type class witnessing that the
Nat
A
is the exclusive bound of a range, i.e.Type class witnessing that the
Nat
A
is the exclusive bound of a range, i.e. the beginning or end of a range that does not includeA
. -
trait
Inclusive[A] extends Bound
Type class witnessing that the
Nat
A
is the inclusive bound of a range, i.e.Type class witnessing that the
Nat
A
is the inclusive bound of a range, i.e. the beginning or end of a range that includesA
. - trait SoftInclusive[A] extends Bound
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A <: Bound, B <: Bound](implicit range: BoundedRange[A, B]): AuxF[A, B, Out]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit def closed[A <: Nat, B <: Nat, Sub <: HList, Rev <: HList](implicit w: Aux[Succ[B]], subRange: AuxF[Inclusive[A], SoftInclusive[B], Sub], reverse: hlist.ReversePrepend.Aux[Sub, ::[Succ[B], HNil], Rev]): AuxF[Inclusive[A], Inclusive[Succ[B]], Rev]
- implicit def closedReverse[A <: Nat, B <: Nat, Sub <: HList](implicit wA: Aux[Succ[A]], subRange: AuxF[Inclusive[B], SoftInclusive[A], Sub]): AuxF[Inclusive[Succ[A]], Inclusive[B], ::[Succ[A], Sub]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def leftClosedRightOpen[A <: Nat, B <: Nat, Sub <: HList, Rev <: HList](implicit subRange: AuxF[Inclusive[A], SoftInclusive[B], Sub], reverse: Aux[Sub, Rev]): AuxF[Inclusive[A], Exclusive[Succ[B]], Rev]
- implicit def leftClosedRightOpenReverse[A <: Nat, B <: Nat, Sub <: HList](implicit wA: Aux[Succ[A]], subRange: AuxF[Exclusive[B], SoftInclusive[A], Sub]): AuxF[Inclusive[Succ[A]], Exclusive[B], ::[Succ[A], Sub]]
- implicit def leftClosedRightSoft[A <: Nat, B <: Nat, Sub <: HList](implicit w: Aux[Succ[B]], subRange: AuxF[Inclusive[A], SoftInclusive[B], Sub]): AuxF[Inclusive[A], SoftInclusive[Succ[B]], ::[Succ[B], Sub]]
- implicit def leftOpenRightClosed[A <: Nat, B <: Nat, Sub <: HList, Rev <: HList](implicit w: Aux[Succ[B]], subRange: AuxF[Exclusive[A], SoftInclusive[B], Sub], reverse: hlist.ReversePrepend.Aux[Sub, ::[Succ[B], HNil], Rev]): AuxF[Exclusive[A], Inclusive[Succ[B]], Rev]
- implicit def leftOpenRightClosedReverse[A <: Nat, B <: Nat, Sub <: HList](implicit subRange: AuxF[Inclusive[B], SoftInclusive[A], Sub]): AuxF[Exclusive[Succ[A]], Inclusive[B], Sub]
- implicit def leftOpenRightSoft[A <: Nat, B <: Nat, Sub <: HList](implicit w: Aux[Succ[B]], subRange: AuxF[Exclusive[A], SoftInclusive[B], Sub]): AuxF[Exclusive[A], SoftInclusive[Succ[B]], ::[Succ[B], Sub]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def nilClosed[A <: Nat](implicit w: Aux[A]): AuxF[Inclusive[A], Inclusive[A], ::[A, HNil]]
- implicit def nilLeftClosedRightOpen[A <: Nat](implicit w: Aux[A]): AuxF[Inclusive[A], Exclusive[A], ::[A, HNil]]
- implicit def nilLeftClosedRightSoft[A <: Nat](implicit w: Aux[A]): AuxF[Inclusive[A], SoftInclusive[A], ::[A, HNil]]
- implicit def nilLeftOpenRightClosed[A <: Nat](implicit w: Aux[A]): AuxF[Exclusive[A], Inclusive[A], ::[A, HNil]]
- implicit def nilLeftOpenRightSoft[A <: Nat]: AuxF[Exclusive[A], SoftInclusive[A], HNil]
- implicit def nilOpen[A <: Nat](implicit w: Aux[A]): AuxF[Exclusive[A], Exclusive[A], HNil]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def open[A <: Nat, B <: Nat, Sub <: HList, Rev <: HList](implicit subRange: AuxF[Exclusive[A], SoftInclusive[B], Sub], reverse: Aux[Sub, Rev]): AuxF[Exclusive[A], Exclusive[Succ[B]], Rev]
- implicit def openReverse[A <: Nat, B <: Nat, Sub <: HList](implicit subRange: AuxF[Exclusive[B], SoftInclusive[A], Sub]): AuxF[Exclusive[Succ[A]], Exclusive[B], Sub]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )
- object Bound extends Serializable