Package org.apache.el.stream
Class Optional
- java.lang.Object
-
- org.apache.el.stream.Optional
-
public class Optional extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get()
void
ifPresent(LambdaExpression le)
Object
orElse(Object other)
Object
orElseGet(Object le)
-
-
-
Method Detail
-
get
public Object get() throws ELException
- Throws:
ELException
-
ifPresent
public void ifPresent(LambdaExpression le)
-
-