Package fluent.functions


package fluent.functions
Built-in Fluent Functions.

By convention, FluentFunction implementations should be postfixed by a "Fn", and the name should by similar to the function name. For example, the NUMBER() function is in a class named "NumberFn".

Please refer to FluentFunction for additional information.