Interface BinaryOperatorX<T, X extends Throwable>

All Superinterfaces:
BiFunctionX<T,T,T,X>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BinaryOperatorX<T, X extends Throwable> extends BiFunctionX<T,T,T,X>
BinaryOperatorX
Version:
0.0.1
Author:
scx567888
See Also:
  • Method Summary

    Methods inherited from interface cool.scx.function.BiFunctionX

    apply