public interface ILcdFunction
Modifier and Type | Method and Description |
---|---|
boolean |
applyOn(java.lang.Object aObject)
Applies a method to the given argument.
|
boolean applyOn(java.lang.Object aObject) throws java.lang.IllegalArgumentException
aObject
- the generic argument of the function.true
if the method was successful, false
otherwise.java.lang.IllegalArgumentException
- if the argument is invalid.