interface Visitor<out E>
If you have ever used the Visitor Pattern before in Java/Kotlin, this is for you.
See Also
abstract fun visitNotReadyToRun(): E |
|
abstract fun visitPartOfFailedGroup(): E |
|
abstract fun visitUnresolvedRecordedError(): E |