Action

inline fun Action(value: String): ActionOrString<*>(source)
fun <T> Action(value: suspend (T) -> Unit): Action<T>(source)