public class BooleanFunctions extends Object
| Constructor and Description |
|---|
BooleanFunctions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
even(int number) |
boolean |
isDefined(Object value) |
boolean |
isDivisableBy(Number value,
Number dividend) |
boolean |
isEmpty(Object input) |
boolean |
isEqualToConstant(Object value,
String constant) |
boolean |
isNull(Object input) |
boolean |
iterable(Object input) |
boolean |
odd(int number) |
public boolean isEqualToConstant(Object value, String constant) throws FunctionException
FunctionExceptionpublic boolean isDefined(Object value)
public boolean even(int number)
public boolean odd(int number)
public boolean isNull(Object input)
public boolean iterable(Object input)
public boolean isEmpty(Object input)
Copyright © 2014. All Rights Reserved.