wendy / com.levibostian.wendy.types / ReasonPendingTaskSkipped / Visitor

Visitor

interface Visitor<out E>

If you have ever used the Visitor Pattern before in Java/Kotlin, this is for you.

See Also

accept

Functions

visitNotReadyToRun

abstract fun visitNotReadyToRun(): E

visitPartOfFailedGroup

abstract fun visitPartOfFailedGroup(): E

visitUnresolvedRecordedError

abstract fun visitUnresolvedRecordedError(): E