scala.Range

class Partial

[source: scala/Range.scala]

class Partial[T, U](f : (T) => U)
extends AnyRef
Method Summary
def by (x : T) : U
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
def by(x : T) : U