Record Class VipsOption.ArrayDouble

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

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