public interface Option<T> extends Serializable
T
get()
boolean
isNone()
static <T> None<T>
none()
static <T> Some<T>
of(T value)
static <T> None<T> none()
static <T> Some<T> of(T value)
boolean isNone()
T get()
Copyright © 2019. All rights reserved.