Scalax
|
|
scalax/data/MonoidWithJoin.scala
]
trait
MonoidWithJoin[A]
extends
AnyRefMethod Summary | |
def
|
concat (i : scala.Iterable[A]) : A |
abstract def
|
empty : A |
abstract def
|
join (a : A, b : A) : A |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scalax
|
|