public class Settable<T> extends Object
Constructor and Description |
---|
Settable() |
Settable(T val) |
Settable(T val,
T inval) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
T |
get() |
void |
ifSet(Consumer<? super T> consumer) |
Boolean |
isSet() |
T |
orElseGet(Supplier<? extends T> var1) |
T |
orElseGetAndSet(Supplier<? extends T> var1) |
void |
set(T val) |
void |
setIfNot(T val) |
String |
toString() |
Copyright © 2014–2018. All rights reserved.