Chunk

final case class Chunk[A](run: Option[A])

The free monoid on a semigroup A

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def <>(that: => Chunk[A])(implicit A: Monoid[A]): Chunk[A]
def isEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product