| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull TriConsumer<T,U,V> |
TriConsumer.andThen(@NotNull TriConsumer<? super T,? super U,? super V> after)
Returns a composed
TriConsumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull TriConsumer<T,U,V> |
TriConsumer.andThen(@NotNull TriConsumer<? super T,? super U,? super V> after)
Returns a composed
TriConsumer that performs, in sequence, this
operation followed by the after operation. |
<T,K> @NotNull WireIn |
BinaryWire.BinaryValueIn.sequence(T t,
K kls,
@NotNull TriConsumer<T,K,ValueIn> tReader) |
<T,K> @NotNull WireIn |
DefaultValueIn.sequence(T t,
K kls,
@NotNull TriConsumer<T,K,ValueIn> tReader) |
<T,K> @NotNull WireIn |
ValueIn.sequence(T t,
K k,
@NotNull TriConsumer<T,K,ValueIn> tReader) |
<T,K> @NotNull WireIn |
TextWire.TextValueIn.sequence(T t,
K kls,
@NotNull TriConsumer<T,K,ValueIn> tReader) |
<T,K> @NotNull WireOut |
BinaryWire.FixedBinaryValueOut.sequence(T t,
K kls,
@NotNull TriConsumer<T,K,ValueOut> writer) |
<T,K> @NotNull WireOut |
ValueOut.sequence(T t,
K param,
TriConsumer<T,K,ValueOut> writer)
Write a sequence value using the provided parametrized writer.
|
Copyright © 2023. All rights reserved.