java.io.Serializable
, IntDoubleProcedure
public abstract class CheckedIntDoubleProcedure extends java.lang.Object implements IntDoubleProcedure
Constructor | Description |
---|---|
CheckedIntDoubleProcedure() |
Modifier and Type | Method | Description |
---|---|---|
abstract void |
safeValue(int item1,
double item2) |
|
void |
value(int item1,
double item2) |
public final void value(int item1, double item2)
value
in interface IntDoubleProcedure
public abstract void safeValue(int item1, double item2) throws java.lang.Exception
java.lang.Exception
Copyright © 2004–2018. All rights reserved.