T
- The type that will be convertedpublic interface ProductDoublePairConverter<T>
Modifier and Type | Method and Description |
---|---|
T |
toObject(javafx.util.Pair<Product,java.lang.Double> pair) |
javafx.util.Pair<Product,java.lang.Double> |
toProductDoublePair(T toConvert) |