Record Class VipsOption.Boolean

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

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