- Type Parameters:
U
-
- All Superinterfaces:
BiConsumer<QDataStream,
,U> Serializable
- Enclosing class:
QMetaType
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface QMetaType.DataStreamInFn<U>
extends BiConsumer<QDataStream,U>, Serializable
Writes a value to data stream.
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen