Partial

scala.collection.immutable.Range.Partial
final class Partial[T, U](f: T => U) extends AnyVal

Attributes

Source
Range.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def by(x: T): U

Attributes

Source
Range.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Range.scala