orIfNotNull

inline fun Op<Boolean>.orIfNotNull(op: () -> Op<Boolean>?): Op<Boolean>

Returns the result of performing a logical or operation between this expression and the op if op is not null. Otherwise, this expression will be returned.