ignoring
@CanIgnoreReturnValue()
Registers "no op" handlers for the given keys, resulting in their values being ignored.
Return
the builder instance for chaining.
Parameters
key
a key to ignore in the builder.
rest
additional keys to ignore in the builder.
@CanIgnoreReturnValue()
Registers "no op" handlers for the given keys, resulting in their values being ignored.
Return
the builder instance for chaining.
Parameters
keys
the keys to ignore in the builder.