RangeExclusive

final case class RangeExclusive() extends NamedOp[Int, Int, Seq[Int]]
Companion:
object
trait Serializable
class NamedOp[Int, Int, Seq[Int]]
class Op[Int, Int, Seq[Int]]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: Int, b: Int): Seq[Int]
def name: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def productPrefix: String
Definition Classes
NamedOp -> Product
Inherited from:
NamedOp
override def toString: String
Definition Classes
NamedOp -> Any
Inherited from:
NamedOp