Partial

final class Partial[T, U](f: T => U) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def by(x: T): U
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Source:
Range.scala