object Capped extends AbstractFunction2[Long, Option[Int], Capped] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Capped
  2. Serializable
  3. AbstractFunction2
  4. Function2
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(size: Long, max: Option[Int]): Capped
    Definition Classes
    Capped → Function2
    Annotations
    @inline()
  2. def curried: (Long) => (Option[Int]) => Capped
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function2 → AnyRef → Any
  4. def tupled: ((Long, Option[Int])) => Capped
    Definition Classes
    Function2
    Annotations
    @unspecialized()