Skip to content

A collection of ExpressionFunction(s) that operate and return boolean results. Many of the functions follow Excel semantics.

License

Notifications You must be signed in to change notification settings

mP1/walkingkooka-tree-expression-function-boolean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status License Language grade: Java Total alerts J2CL compatible

walkingkooka-tree-expression-function-boolean

A collection of ExpressionFunction(s) that operate and return boolean results. Many of the functions follow Excel semantics.

Available functions

  • boolean(object)
  • choose(ExpressionNumber, Object...)
  • equals(object)
  • false()
  • greaterThan(Comparable)
  • greaterThanEquals(Comparable)
  • if(boolean,object,object)
  • ifs(boolean, value) // pairs ifs
  • isBoolean(object)
  • isNull(object)
  • lessThan(Comparable)
  • lessThanEquals(Comparable)
  • not(boolean)
  • notEquals(object)
  • true()
  • switch(object, key/value*, default?)

Many more functions are outstanding and remain TODO.

About

A collection of ExpressionFunction(s) that operate and return boolean results. Many of the functions follow Excel semantics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages