merge method
Overrides any non-null parameters from options
into this to make a new
GObjectOptions.
Implementation
GObjectOptions merge(GObjectOptions options) {
return GObjectOptions.fromMap(mergeMaps(toMap(), options.toMap()));
}
Overrides any non-null parameters from options
into this to make a new
GObjectOptions.
GObjectOptions merge(GObjectOptions options) {
return GObjectOptions.fromMap(mergeMaps(toMap(), options.toMap()));
}