public class Optional extends Object
Object
get()
void
ifPresent(LambdaExpression le)
orElse(Object other)
orElseGet(Object le)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Object get() throws ELException
ELException
public void ifPresent(LambdaExpression le)
public Object orElse(Object other)
public Object orElseGet(Object le)
Copyright © 2016. All rights reserved.