Module qtjambi
Package io.qt.core

Interface QMetaType.ConverterFn<T1,T2>

Type Parameters:
T1 -
T2 -
All Superinterfaces:
Function<T1,T2>, 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.ConverterFn<T1,T2> extends Function<T1,T2>, Serializable

Convert value of T1 into T2