Package me.hsgamer.hscore.extra.function
Interface ThrowableBiFunction<T,U,R>
- Type Parameters:
T- the type of the first argument to the functionU- the type of the second argument to the functionR- the type of the result of the function
- All Superinterfaces:
BiFunction<T,U, R>
BiFunction but returns null if there is an exception-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen