public class CompositeKnotBuilder<State>
A configuration builder for a interface CompositeKnot.
interface CompositeKnot| Modifier and Type | Class and Description |
|---|---|
static class |
CompositeKnotBuilder.ChangesBuilder<Change>
A configuration builder for
Changes. |
| Modifier and Type | Method and Description |
|---|---|
void |
changes(kotlin.jvm.functions.Function1<? super de.halfbit.knot.CompositeKnotBuilder.ChangesBuilder<java.lang.Object>,kotlin.Unit> block)
A section for
Change related declarations. |
void |
state(kotlin.jvm.functions.Function1<? super de.halfbit.knot.StateBuilder<State>,kotlin.Unit> block)
A section for State related declarations.
|
public void state(kotlin.jvm.functions.Function1<? super de.halfbit.knot.StateBuilder<State>,kotlin.Unit> block)
A section for State related declarations.
public void changes(kotlin.jvm.functions.Function1<? super de.halfbit.knot.CompositeKnotBuilder.ChangesBuilder<java.lang.Object>,kotlin.Unit> block)
A section for Change related declarations.