Packages

c

mycollections

CappedFactory

class CappedFactory extends IterableFactory[Capped]

Linear Supertypes
IterableFactory[Capped], IterableFactoryLike[Capped], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CappedFactory
  2. IterableFactory
  3. IterableFactoryLike
  4. AnyRef
  5. Any
Implicitly
  1. by toBuildFrom
  2. by toFactory
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CappedFactory(capacity: Int)

Type Members

  1. type Source[A] = IterableOnce[A]
    Definition Classes
    IterableFactory → IterableFactoryLike

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CappedFactory to any2stringadd[CappedFactory] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CappedFactory, B)
    Implicit
    This member is added by an implicit conversion from CappedFactory to ArrowAssoc[CappedFactory] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply[A](elems: A*): Capped[A]
    Definition Classes
    IterableFactoryLike
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def empty[A]: Capped[A]
    Definition Classes
    CappedFactory → IterableFactoryLike
  10. def ensuring(cond: (CappedFactory) ⇒ Boolean, msg: ⇒ Any): CappedFactory
    Implicit
    This member is added by an implicit conversion from CappedFactory to Ensuring[CappedFactory] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (CappedFactory) ⇒ Boolean): CappedFactory
    Implicit
    This member is added by an implicit conversion from CappedFactory to Ensuring[CappedFactory] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): CappedFactory
    Implicit
    This member is added by an implicit conversion from CappedFactory to Ensuring[CappedFactory] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): CappedFactory
    Implicit
    This member is added by an implicit conversion from CappedFactory to Ensuring[CappedFactory] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: ⇒ A): Capped[Capped[Capped[Capped[Capped[A]]]]]
    Definition Classes
    IterableFactoryLike
  17. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: ⇒ A): Capped[Capped[Capped[Capped[A]]]]
    Definition Classes
    IterableFactoryLike
  18. def fill[A](n1: Int, n2: Int, n3: Int)(elem: ⇒ A): Capped[Capped[Capped[A]]]
    Definition Classes
    IterableFactoryLike
  19. def fill[A](n1: Int, n2: Int)(elem: ⇒ A): Capped[Capped[A]]
    Definition Classes
    IterableFactoryLike
  20. def fill[A](n: Int)(elem: ⇒ A): Capped[A]
    Definition Classes
    IterableFactoryLike
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CappedFactory to StringFormat[CappedFactory] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def from[A](source: IterableOnce[A]): Capped[A]
    Definition Classes
    CappedFactory → IterableFactoryLike
  24. def fromSpecific(it: IterableOnce[A]): Capped[A]
    Implicit
    This member is added by an implicit conversion from CappedFactory to Factory[A, Capped[A]] performed by method toFactory in strawman.collection.IterableFactory.
    Definition Classes
    Factory
  25. def fromSpecificIterable(from: Any)(it: Iterable[A]): Capped[A]
    Implicit
    This member is added by an implicit conversion from CappedFactory to BuildFrom[Any, A, Capped[A]] performed by method toBuildFrom in strawman.collection.IterableFactory.
    Definition Classes
    BuildFrom
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. implicit def iterableFactory[A]: Factory[A, Capped[A]]
    Definition Classes
    IterableFactory
  30. def iterate[A](start: A, len: Int)(f: (A) ⇒ A): Capped[A]
    Definition Classes
    IterableFactoryLike
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def newBuilder[A](): Builder[A, Capped[A]]
    Definition Classes
    CappedFactory → IterableFactoryLike
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def range[A](start: A, end: A, step: A)(implicit arg0: Integral[A]): Capped[A]
    Definition Classes
    IterableFactoryLike
  36. def range[A](start: A, end: A)(implicit arg0: Integral[A]): Capped[A]
    Definition Classes
    IterableFactoryLike
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) ⇒ A): Capped[Capped[Capped[Capped[Capped[A]]]]]
    Definition Classes
    IterableFactoryLike
  39. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) ⇒ A): Capped[Capped[Capped[Capped[A]]]]
    Definition Classes
    IterableFactoryLike
  40. def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) ⇒ A): Capped[Capped[Capped[A]]]
    Definition Classes
    IterableFactoryLike
  41. def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) ⇒ A): Capped[Capped[A]]
    Definition Classes
    IterableFactoryLike
  42. def tabulate[A](n: Int)(f: (Int) ⇒ A): Capped[A]
    Definition Classes
    IterableFactoryLike
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. def [B](y: B): (CappedFactory, B)
    Implicit
    This member is added by an implicit conversion from CappedFactory to ArrowAssoc[CappedFactory] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def newBuilder(from: Any): Builder[A, Capped[A]]
    Implicit
    This member is added by an implicit conversion from CappedFactory to BuildFrom[Any, A, Capped[A]] performed by method toBuildFrom in strawman.collection.IterableFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (cappedFactory: BuildFrom[Any, A, Capped[A]]).newBuilder(from)
    Definition Classes
    BuildFrom
  2. def newBuilder(): Builder[A, Capped[A]]
    Implicit
    This member is added by an implicit conversion from CappedFactory to Factory[A, Capped[A]] performed by method toFactory in strawman.collection.IterableFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (cappedFactory: Factory[A, Capped[A]]).newBuilder()
    Definition Classes
    Factory

Deprecated Value Members

  1. def apply(from: Any): Builder[A, Capped[A]]
    Implicit
    This member is added by an implicit conversion from CappedFactory to BuildFrom[Any, A, Capped[A]] performed by method toBuildFrom in strawman.collection.IterableFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (cappedFactory: BuildFrom[Any, A, Capped[A]]).apply(from)
    Definition Classes
    BuildFrom
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use newBuilder() instead of apply()

Inherited from IterableFactory[Capped]

Inherited from IterableFactoryLike[Capped]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion toBuildFrom from CappedFactory to BuildFrom[Any, A, Capped[A]]

Inherited by implicit conversion toFactory from CappedFactory to Factory[A, Capped[A]]

Inherited by implicit conversion any2stringadd from CappedFactory to any2stringadd[CappedFactory]

Inherited by implicit conversion StringFormat from CappedFactory to StringFormat[CappedFactory]

Inherited by implicit conversion Ensuring from CappedFactory to Ensuring[CappedFactory]

Inherited by implicit conversion ArrowAssoc from CappedFactory to ArrowAssoc[CappedFactory]

Ungrouped