Record Class VipsOption.ArrayInt

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

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