GraphMine

graphmine-util / io.github.sof3.graphmine.util / notNull

notNull

inline fun <T> T?.notNull(fn: (T) -> Unit): Unit

Executes fn if this is not null