NullUtil<T> extension

on
  • T?

Methods

unpackOrThrow(Exception throwable) → T

Available on T?, provided by the NullUtil extension

Returns the not null value or throws the given throwable.