Class FunctionExpression
- java.lang.Object
-
- net.fortuna.ical4j.filter.expression.FunctionExpression
-
- All Implemented Interfaces:
LiteralExpression<Function<String,Temporal>>
,FilterExpression
public class FunctionExpression extends Object implements LiteralExpression<Function<String,Temporal>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.fortuna.ical4j.filter.FilterExpression
FilterExpression.Op
-
-
Constructor Summary
Constructors Constructor Description FunctionExpression(Function<String,Temporal> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Function<String,Temporal>
getValue()
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.filter.FilterExpression
and, or
-
-