java.io.Serializable, ByteProcedurepublic abstract class CheckedByteProcedure extends java.lang.Object implements ByteProcedure
| Constructor | Description |
|---|---|
CheckedByteProcedure() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
safeValue(byte item) |
|
void |
value(byte item) |
public final void value(byte item)
value in interface ByteProcedurepublic abstract void safeValue(byte item)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2004–2020. All rights reserved.