Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function to apply resolved strings from another Context object #133

Merged
merged 4 commits into from
Aug 1, 2017

Conversation

jmp3833
Copy link
Contributor

@jmp3833 jmp3833 commented Aug 1, 2017

Useful for passing resolved expressions, functions, and values to the parent Context object. This way when evaluating nested content, these resolved values can be exposed up the context chain.

@jboulter @jmagnarelli-hs

*
* @param context - context object to apply resolved values from.
*/
public void applyResolvedFrom(Context context) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why 'apply' instead of just 'add'?

@boulter
Copy link
Contributor

boulter commented Aug 1, 2017

@hs-lsong

@hs-lsong
Copy link
Collaborator

hs-lsong commented Aug 1, 2017

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants