logInput

abstract fun logInput(f: suspend (input: Input) -> Unit): Schedule<Input, Output>(source)

Runs an effectful handler on every input. Does not alter the decision.