public class KnotBuilderKt
| Modifier and Type | Method and Description |
|---|---|
static <State,Change,Action> |
knot(kotlin.jvm.functions.Function1<? super de.halfbit.knot.KnotBuilder<State,Change,Action>,kotlin.Unit> block)
Creates a
interface Knot instance. |
public static <State,Change,Action> Knot<State,Change> knot(kotlin.jvm.functions.Function1<? super de.halfbit.knot.KnotBuilder<State,Change,Action>,kotlin.Unit> block)
Creates a interface Knot instance.
interface Knot