Scalax
|
|
scalax/rules/Input.scala
]
trait
Input[+A]
extends
scala.Iterable[A]Method Summary | |
def
|
elements : scala.Iterator[A] |
abstract def
|
index : Int |
abstract def
|
next : Result[Input[A], A, Nothing] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
abstract
def
index : Int
def
elements : scala.Iterator[A]
Scalax
|
|