java.io.Serializable, IntBooleanProcedurepublic abstract class CheckedIntBooleanProcedure extends java.lang.Object implements IntBooleanProcedure
| Constructor | Description |
|---|---|
CheckedIntBooleanProcedure() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
safeValue(int item1,
boolean item2) |
|
void |
value(int item1,
boolean item2) |
public final void value(int item1,
boolean item2)
value in interface IntBooleanProcedurepublic abstract void safeValue(int item1,
boolean item2)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2004–2020. All rights reserved.