Interface VectorOperators.Conversion<E,F>

Type Parameters:
E - the boxed element type for the conversion domain type (the input lane type)
F - the boxed element type for the conversion range type (the output lane type)
All Superinterfaces:
VectorOperators.Operator
Enclosing class:
VectorOperators

public static interface VectorOperators.Conversion<E,F> extends VectorOperators.Operator
Type for all lane-wise conversions on lane values, usable in expressions like w1 = v0.convert(I2D, 1).
API Note:
User code should not implement this interface. A future release of this type may restrict implementations to be members of the same package.