Companion

object Companion

Functions

Link copied to clipboard
fun <M, F> first(model: M, vararg effects: F): First<M, F>
fun <M, F> first(model: M, effects: Set<F> = emptySet()): First<M, F>

Create a First with the provided model and the optional initial effects.