ComponentBuilder

zio.wasm.componentmodel.ComponentBuilder$package$.ComponentBuilder$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

enum State

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object State

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type

Value members

Concrete methods

def addComponent(newComponent: Component, insertionPoint: InsertionPoint): ComponentBuilder[ComponentIdx]

Captures addComponentType in the inner block and only add them in the end, reordering and reindexing them based on their dependencies.

Captures addComponentType in the inner block and only add them in the end, reordering and reindexing them based on their dependencies.

Attributes

def replaceComponent(componentIdx: ComponentIdx, newComponent: Component): ComponentBuilder[Unit]
def replaceComponentType(componentTypeIdx: ComponentTypeIdx, newComponentType: ComponentType): ComponentBuilder[Unit]
def runOn(initial: Component)(builder: ComponentBuilder[Unit]): ZIO[Any, String, Component]