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