Skip to content

Instantly share code, notes, and snippets.

@okram
Created May 9, 2014 14:32
Show Gist options
  • Save okram/2a566e99a16599c8b798 to your computer and use it in GitHub Desktop.
Save okram/2a566e99a16599c8b798 to your computer and use it in GitHub Desktop.
@Override
public <V> Property<V> setProperty(final String key, final V value) {
this.strategyWrappedGraph.strategy().compose(
s -> s.<V>getElementSetProperty(elementStrategyContext),
this.baseElement::setProperty).accept(key, value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment