public interface JRebirthItems
Modifier and Type | Field and Description |
---|---|
static WaveItem<Boolean> |
booleanItem
The boolean wave item.
|
static WaveItem<Byte> |
byteItem
The byte wave item.
|
static WaveItem<Character> |
characterItem
The character wave item.
|
static WaveItem<Class<?>> |
classItem
The class wave item.
|
static WaveItem<Double> |
doubleItem
The double wave item.
|
static WaveItem<Throwable> |
exceptionItem
The exception wave item (not a parameter).
|
static WaveItem<Float> |
floatItem
The float wave item.
|
static WaveItem<Integer> |
integerItem
The integer wave item.
|
static WaveItem<Long> |
longItem
The long wave item.
|
static WaveItem<Short> |
shortItem
The short wave item.
|
static WaveItem<String> |
stringItem
The string wave item.
|
static WaveItem<Void> |
voidItem
The Void wave item will be used only into a WaveData to wrap the VOID value when nothing is returned.
|
static final WaveItem<Void> voidItem
static final WaveItem<Throwable> exceptionItem
static final WaveItem<Boolean> booleanItem
static final WaveItem<String> stringItem
static final WaveItem<Character> characterItem
static final WaveItem<Integer> integerItem
static final WaveItem<Double> doubleItem
Copyright © 2011–2016 JRebirth OSS. All rights reserved.