java.io.Serializable
, IntBooleanProcedure
public 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 IntBooleanProcedure
public abstract void safeValue(int item1, boolean item2) throws java.lang.Exception
java.lang.Exception
Copyright © 2004–2020. All rights reserved.