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

Better names for arities #41

Closed
eparejatobes opened this issue Mar 21, 2015 · 1 comment
Closed

Better names for arities #41

eparejatobes opened this issue Mar 21, 2015 · 1 comment

Comments

@eparejatobes
Copy link
Member

Most of this is being discussed in #40

@eparejatobes
Copy link
Member Author

this is done in #40, closing

eparejatobes added a commit that referenced this issue Sep 3, 2015
Several breaking changes here, but mostly about names.

1. We dropped `Optional<Stream<X>>` in favor of just `Stream<X>`. An empty stream signals the equivalent of none before. See #40
2. We are using `E` as a _suffix_ for methods related with edges like `outE`, `inE`.
3. The names for arities have changed. See #41 and #40. They are defined in `TypedEdge.java`.

Apart from that, documentation should display better on github.com. The build plugin was also updated.
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

No branches or pull requests

2 participants