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
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. implicit val intSemiGroup: SemiGroup[Int]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

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

    Permalink
  18. implicit val longSemiGroup: SemiGroup[Long]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. implicit def optionSemigroup[A](implicit F0: SemiGroup[A]): SemiGroup[Option[A]]

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

    Permalink
  24. implicit val stringSemiGroup: SemiGroup[String]

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

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

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

    Permalink
  28. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from OptionSemiGroupInstance

Inherited from AnyRef

Inherited from Any

Ungrouped