Packages

object Band extends SemigroupFunctions[Band] with Serializable

Source
Band.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Band
  2. Serializable
  3. Serializable
  4. SemigroupFunctions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply[A](implicit ev: Band[A]): Band[A]

    Access an implicit Band[A].

    Access an implicit Band[A].

    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def combine[A](x: A, y: A)(implicit ev: Band[A]): A
    Definition Classes
    SemigroupFunctions
  8. def combineAllOption[A](as: IterableOnce[A])(implicit ev: Band[A]): Option[A]
    Definition Classes
    SemigroupFunctions
  9. def combineN[A](a: A, n: Int)(implicit ev: Band[A]): A
    Definition Classes
    SemigroupFunctions
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def instance[A](cmb: (A, A) ⇒ A): Band[A]

    Create a Band instance from the given function.

    Create a Band instance from the given function.

    Annotations
    @inline()
  15. def isCommutative[A](implicit ev: Band[A]): Boolean
    Definition Classes
    SemigroupFunctions
  16. def isIdempotent[A](implicit ev: Band[A]): Boolean
    Definition Classes
    SemigroupFunctions
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def maybeCombine[A](x: A, oy: Option[A])(implicit ev: Band[A]): A
    Definition Classes
    SemigroupFunctions
  19. def maybeCombine[A](ox: Option[A], y: A)(implicit ev: Band[A]): A
    Definition Classes
    SemigroupFunctions
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from SemigroupFunctions[Band]

Inherited from AnyRef

Inherited from Any

Ungrouped