scala.GenericRange

class Exclusive

[source: scala/GenericRange.scala]

class Exclusive[T](start : T, end : T, step : T, implicit num : Integral[T])
extends GenericRange[T]
Values and Variables inherited from GenericRange
isInclusive, genericLength, length, hashValues
Method Summary
def copy (start : T, end : T, step : T) : Exclusive[T]
Create a copy of this range.
def inclusive : Inclusive[T]
Methods inherited from GenericRange
underlying, by, -, +, *, foreach, apply, applyAt, contains, equals
Methods inherited from Hashable
hashSeed, hashCode, equalHashValues
Methods inherited from scala.RangeToString
scala.RangeToString.toString
Methods inherited from VectorViewTemplate
newAppended, newMapped, newFlatMapped, newFiltered, newSliced, newDroppedWhile, newTakenWhile, newReversed, newPatched, newZipped
Methods inherited from SequenceViewTemplate
reverse, patch, padTo, zip, zipWithIndex, zipAll
Methods inherited from TraversableViewTemplate
newBuilder, force, ++, ++, map, flatMap, filter, init, drop, take, slice, dropWhile, takeWhile, span, splitAt
Methods inherited from Vector
companion
Methods inherited from VectorTemplate
iterator, isEmpty, forall, exists, find, foldLeft, foldRight, reduceLeft, reduceRight, head, tail, last, takeRight, dropRight, sameElements, copyToArray, lengthCompare, segmentLength, indexWhere, lastIndexWhere, reverseIterator, startsWith, endsWith, view, view
Methods inherited from SequenceTemplate
size, isDefinedAt, prefixLength, indexWhere, findIndexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexWhere, reversedElements, startsWith, indexOfSeq, indexOfSeq, lastIndexOfSeq, lastIndexOfSeq, union, diff, intersect, removeDuplicates, toSequence, indices, sortWith, findLastIndexOf, slice, equalsWith, containsSlice, projection
Methods inherited from IterableTemplate
elements, toIterable, toStream, first, firstOption, toSeq
Methods inherited from TraversableClass
genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableTemplate
thisCollection, nonEmpty, hasDefiniteSize, filterMap, filterNot, remove, partition, groupBy, count, /:, :\, reduceLeftOption, reduceRightOption, headOption, lastOption, copyToBuffer, copyToArray, toArray, toList, toSet, mkString, mkString, mkString, addString, addString, addString, stringPrefix
Methods inherited from PartialFunction
orElse, andThen
Methods inherited from Function1
compose
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def inclusive : Inclusive[T]

def copy(start : T, end : T, step : T) : Exclusive[T]
Create a copy of this range.
Overrides
GenericRange.copy