apply

Applies changes to an existing ContextAction.Builder if it exists in this builder. Does nothing if it does not exist.

Author

fzzyhmstrs

Since

0.6.0

Parameters

group

String id of the group this context belongs to.

type

ContextType the type key for the action.

operator

UnaryOperator<ContextAction.Builder> modifier to apply changes to the existing builder, if present. Note that this can be used to completely replace a builder as needed.


Applies changes to an existing group of ContextAction.Builder if any in the given group exist in this builder. Does nothing if they do not exist.

Author

fzzyhmstrs

Since

0.6.0

Parameters

group

String id of the group this context belongs to.

operator

UnaryOperator<ContextType, ContextAction.Builder>> modifier to apply changes to the existing builders, if present. Note that this can be used to completely replace a builder group as needed.