EMonSeqGen

ostrat.EMon.EMonSeqGen
implicit class EMonSeqGen[A, S <: Sequ[A]](thisES: EMon[S])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def seqMapUniqueGood[B](f: A => EMon[B]): EMon[B]

Method on EMon[SeqGen[A]]. If this is good, the sequence is mapped with a function from A to EMon[B]. If that mapping produces on Good value, the unique Good value is returned.

Method on EMon[SeqGen[A]]. If this is good, the sequence is mapped with a function from A to EMon[B]. If that mapping produces on Good value, the unique Good value is returned.

Attributes