@FunctionalInterface public interface CheckedIntBinaryOperator
IntBinaryOperator that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(int left,
int right)
Applies this operator to the given operands.
|
Copyright © 2014. All Rights Reserved.