Uses of Interface
io.activej.csp.binary.DecoderFunction
Packages that use DecoderFunction
-
Uses of DecoderFunction in io.activej.csp.binary
Methods in io.activej.csp.binary with parameters of type DecoderFunctionModifier and TypeMethodDescriptiondefault <I1,O1> @NotNull ByteBufsCodec<I1, O1> ByteBufsCodec.andThen(DecoderFunction<? super I, ? extends I1> decoder, Function<? super O1, ? extends O> encoder) default <V> ByteBufsDecoder<V>ByteBufsDecoder.andThen(DecoderFunction<? super T, ? extends V> after)