either.fold({ if (bla == null) Bla() }, { it })?
# arrow
p
either.fold({ if (bla == null) Bla() }, { it })?