onLastDo

fun onLastDo(onLastDo: () -> Unit): Only.Builder
fun onLastDo(runnable: Runnable): Only.Builder

executes only once the onLastDo block after finishing x times onDo block.

var onLastDo: () -> Unit