public abstract class Optional<T> extends Object implements Serializable
Optional()
abstract T
or(T defaultValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Optional()
public abstract T or(T defaultValue)
Copyright © 2022. All rights reserved.