Packages

object Limits extends (Int, Int) => Limits with Serializable

Source
types.scala
Linear Supertypes
Serializable, (Int, Int) => Limits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Limits
  2. Serializable
  3. Function2
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(min: Int, max: Int): Limits
    Definition Classes
    Limits → Function2
  2. def curried: (Int) => (Int) => Limits
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function2 → AnyRef → Any
  4. def tupled: ((Int, Int)) => Limits
    Definition Classes
    Function2
    Annotations
    @unspecialized()