| Interface | Description |
|---|---|
| BooleanConsumer |
Represents an operation that accepts a single
Boolean-valued argument and returns no result. |
| ByteConsumer |
Represents an operation that accepts a single
byte-valued argument and returns no result. |
| CharConsumer |
Represents an operation that accepts a single
char-valued argument and returns no result. |
| FloatConsumer |
Represents an operation that accepts a single
float-valued argument and returns no result. |
| ObjBooleanConsumer<T> |
Represents an operation that accepts a an object-valued and
Boolean-valued argument, and returns no result. |
| ObjByteConsumer<T> |
Represents an operation that accepts a an object-valued and
byte-valued argument, and returns no result. |
| ObjCharConsumer<T> |
Represents an operation that accepts a an object-valued and
char-valued argument, and returns no result. |
| ObjFloatConsumer<T> |
Represents an operation that accepts a an object-valued and
float-valued argument, and returns no result. |
| ObjShortConsumer<T> |
Represents an operation that accepts a an object-valued and
short-valued argument, and returns no result. |
| ReadResolvable<T> |
Created by peter on 23/06/15.
|
| SerializableBiFunction<I,T,O> |
This interface is a Function which is also Serializable.
|
| SerializableConsumer<T> |
Created by peter.lawrey on 11/07/2015.
|
| SerializableFunction<I,O> |
This interface is a Function which is also Serializable.
|
| SerializablePredicate<T> |
Created by peter.lawrey on 11/07/2015.
|
| SerializableUpdater<U> |
This interface expect to take an object for alteration and it must be serializable.
|
| SerializableUpdaterWithArg<U,A> |
This interface expect to take an object for alteration and it must be serializable.
|
| ShortConsumer |
Represents an operation that accepts a single
int-valued argument and returns no result. |
| ThrowingAcceptor<I,T extends Throwable> | |
| ThrowingFunction<I,T extends Throwable,R> |
| Class | Description |
|---|---|
| AllocationMeasure |
Created by daniel on 06/07/2015.
|
| Histogram |
Created by peter on 10/07/15.
|
| Enum | Description |
|---|---|
| CharSequenceComparator | |
| ObjectUtils |
Created by peter on 23/06/15.
|
| StringUtils |
Created by Rob Austin
|
| Time |
A timer for timeouts which is resilient to pauses in the JVM.
|
Copyright © 2016. All rights reserved.