Record Class VipsOption.Double

java.lang.Object
java.lang.Record
app.photofox.vipsffm.VipsOption.Double
All Implemented Interfaces:
VipsOption
Enclosing interface:
VipsOption

public static record VipsOption.Double(String key, AtomicReference<Optional<Double>> box) extends Record implements VipsOption