My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 16: Add support for arithmetic expressions
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  Vincent.Cornet@gmail.com
Closed:  Dec 2008


 
Project Member Reported by eric.bot...@gmail.com, Sep 16, 2008
See BNF in the JSR (4.12)

Add static methods to eg new class Arithmetics :
plus(T... operands) {
   // handle unary + as a special case
}
minus(T... operands)
times(T... operands)
divide(T... ops)   /    divide(T op1, T op2) ?



+ add SubQuery<T> version
Oct 24, 2008
Project Member #1 eric.bot...@gmail.com
(No comment was entered for this change.)
Labels: Milestone-Release1.0
Dec 18, 2008
Project Member #2 Vincent.Cornet@gmail.com
(No comment was entered for this change.)
Status: Fixed

Powered by Google Project Hosting