| static <E extends Exception>LongBinaryOperator
 | LongBinaryOperatorWithException. ignored(LongBinaryOperatorWithException<E> function) | Converts a LongBinaryOperatorWithExceptionto a liftedLongBinaryOperatorwith0as return value in case of
 exception. | 
| static <E extends Exception>LongBinaryOperator
 | LongBinaryOperatorWithException. ignored(LongBinaryOperatorWithException<E> function,
       long defaultValue) | Converts a LongBinaryOperatorWithExceptionto a liftedLongBinaryOperatorwith a default value as return value in case of
 exception. | 
| static <E extends Exception>LongBinaryOperator
 | LongBinaryOperatorWithException. lifted(LongBinaryOperatorWithException<E> function) | Converts a LongBinaryOperatorWithExceptionto a liftedLongBinaryOperatorwith0as return value in case of
 exception. | 
| static <E extends Exception>LongBinaryOperator
 | LongBinaryOperatorWithException. unchecked(LongBinaryOperatorWithException<E> function) | Converts a LongBinaryOperatorWithExceptionto aLongBinaryOperatorthat convert exception toRuntimeException. | 
| static <E extends Exception>LongBinaryOperator
 | LongBinaryOperatorWithException. unchecked(LongBinaryOperatorWithException<E> function,
         Function<Exception,RuntimeException> exceptionMapper) | Converts a LongBinaryOperatorWithExceptionto aLongBinaryOperatorthat convert exception toRuntimeExceptionby using the provided mapping function. |