/** @see {@link Unchecked#longToIntFunction(CheckedLongToIntFunction, Consumer)} */ static LongToIntFunction unchecked( CheckedLongToIntFunction function, Consumer<Throwable> handler) { return Unchecked.longToIntFunction(function, handler); }
/** @see {@link Unchecked#longToIntFunction(CheckedLongToIntFunction)} */ static LongToIntFunction unchecked(CheckedLongToIntFunction function) { return Unchecked.longToIntFunction(function); }