class ItemSemigroup[T] extends Semigroup[Item[T]]
Ordering
- Alphabetic
- By Inheritance
Inherited
- ItemSemigroup
- Semigroup
- AdditiveSemigroup
- Semigroup
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ItemSemigroup()(implicit T: Semigroup[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
additive: Semigroup[Item[T]]
- Definition Classes
- Semigroup → AdditiveSemigroup
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
combine(l: Item[T], r: Item[T]): Item[T]
- Definition Classes
- Semigroup → Semigroup
-
def
combineAllOption(iter: TraversableOnce[Item[T]]): Option[Item[T]]
- Definition Classes
- Semigroup → Semigroup
-
def
combineN(a: Item[T], n: Int): Item[T]
- Definition Classes
- Semigroup
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
plus(l: Item[T], r: Item[T]): Item[T]
- Definition Classes
- ItemSemigroup → AdditiveSemigroup
-
def
positiveSumN(a: Item[T], n: Int): Item[T]
- Attributes
- protected[this]
- Definition Classes
- AdditiveSemigroup
-
def
repeatedCombineN(a: Item[T], n: Int): Item[T]
- Attributes
- protected[this]
- Definition Classes
- Semigroup
-
def
sumN(a: Item[T], n: Int): Item[T]
- Definition Classes
- AdditiveSemigroup
-
def
sumOption(iter: TraversableOnce[Item[T]]): Option[Item[T]]
- Definition Classes
- Semigroup
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trySum(iter: TraversableOnce[Item[T]]): Option[Item[T]]
- Definition Classes
- Semigroup → AdditiveSemigroup
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
edit this text on github
ScalaRL
This is the API documentation for the ScalaRL functional reinforcement learning library.
Further documentation for ScalaRL can be found at the documentation site.
Check out the ScalaRL package list for all the goods.