Stateful

org.finos.morphir.datamodel.ConceptStatefulTransformer.Stateful
object Stateful

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Stateful.type

Members list

Value members

Concrete methods

def const[A](a: A): Stateful[A]
def succeedWithState[A, B](a: A)(stateChange: T => T): Stateful[A]