org.zkoss.zel.impl.stream
Class Optional
java.lang.Object
org.zkoss.zel.impl.stream.Optional
public class Optional
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public Object get()
throws ELException
- Throws:
ELException
ifPresent
public void ifPresent(LambdaExpression le)
orElse
public Object orElse(Object other)
orElseGet
public Object orElseGet(Object le)
Copyright © 2015. All rights reserved.