Scalax
|
|
scalax/rules/View.scala
]
class
View[A, B](transform : (Input[A]) => Result[Input[A], B, Nothing], val
input : Input[A], val
index : Int)
extends
Input[B]Method Summary | |
def
|
next : Result[Input[B], B, Nothing] |
Methods inherited from Input | |
elements |
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 |
Scalax
|
|