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