Interface QMetaType.DataStreamOutFn<U>
- Type Parameters:
U-
- All Superinterfaces:
Function<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.DataStreamOutFn<U>
extends Function<QDataStream, U>, Serializable
Reads a value from data stream.
-
Method Summary