E - the type of each element in that collectionpublic interface SetWireHandler<E>
| Modifier and Type | Interface and Description |
|---|---|
static class |
SetWireHandler.Params |
static class |
SetWireHandler.SetEventId |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Wire in,
Wire out,
Set<E> set,
CharSequence csp,
java.util.function.BiConsumer<ValueOut,E> toWire,
java.util.function.Function<ValueIn,E> fromWire) |
void process(Wire in, Wire out, Set<E> set, CharSequence csp, java.util.function.BiConsumer<ValueOut,E> toWire, java.util.function.Function<ValueIn,E> fromWire) throws StreamCorruptedException
StreamCorruptedExceptionCopyright © 2015. All rights reserved.