Object/Trait

just.fp

SemiGroup

Related Docs: trait SemiGroup | package fp

Permalink

object SemiGroup extends OptionSemiGroupInstance

Linear Supertypes
OptionSemiGroupInstance, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemiGroup
  2. OptionSemiGroupInstance
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BigDecimalSemiGroup extends SemiGroup[BigDecimal]

    Permalink
  2. trait BigIntSemiGroup extends SemiGroup[BigInt]

    Permalink
  3. trait ByteSemiGroup extends SemiGroup[Byte]

    Permalink
  4. trait CharSemiGroup extends SemiGroup[Char]

    Permalink
  5. trait IntSemiGroup extends SemiGroup[Int]

    Permalink
  6. trait ListSemiGroup[A] extends SemiGroup[List[A]]

    Permalink
  7. trait LongSemiGroup extends SemiGroup[Long]

    Permalink
  8. trait ShortSemiGroup extends SemiGroup[Short]

    Permalink
  9. trait StringSemiGroup extends SemiGroup[String]

    Permalink
  10. trait VectorSemiGroup[A] extends SemiGroup[Vector[A]]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply[A](implicit arg0: SemiGroup[A]): SemiGroup[A]

    Permalink
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit val bigDecimalSemiGroup: SemiGroup[BigDecimal]

    Permalink
  7. implicit val bigIntSemiGroup: SemiGroup[BigInt]

    Permalink
  8. implicit val byteSemiGroup: SemiGroup[Byte]

    Permalink
  9. implicit val charSemiGroup: SemiGroup[Char]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. implicit val intSemiGroup: SemiGroup[Int]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. implicit def listSemiGroup[A]: SemiGroup[List[A]]

    Permalink
  19. implicit val longSemiGroup: SemiGroup[Long]

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. implicit def optionSemigroup[A](implicit F0: SemiGroup[A]): SemiGroup[Option[A]]

    Permalink
    Definition Classes
    OptionSemiGroupInstance
  24. implicit val shortSemiGroup: SemiGroup[Short]

    Permalink
  25. implicit val stringSemiGroup: SemiGroup[String]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. implicit def vectorSemiGroup[A]: SemiGroup[Vector[A]]

    Permalink
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OptionSemiGroupInstance

Inherited from AnyRef

Inherited from Any

Ungrouped