create

abstract fun create(input: I): Awaitable<P, *>?

Create an awaitable based on the input, or null to proceed normally.