PaintScaleFactory

trait PaintScaleFactory[T] extends Iterable[T] => PaintScale[T]

Constructs a PaintScale for the given type T by examining a set of its values.

Companion:
object
trait Iterable[T] => PaintScale[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def andThen[A](g: PaintScale[T] => A): Iterable[T] => A
Inherited from:
Function1
def apply(v1: Iterable[T]): PaintScale[T]
Inherited from:
Function1
def compose[A](g: A => Iterable[T]): A => PaintScale[T]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1