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