Getter<T,P>
public class GetterWithDefaultValue<T,P> extends Object implements Getter<T,P>
GetterWithDefaultValue(Getter<? super T,? extends P> delegate, P defaultValue)
P
get(T target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GetterWithDefaultValue(Getter<? super T,? extends P> delegate, P defaultValue)
public P get(T target) throws Exception
Getter
get
target
Exception
Copyright © 2019. All rights reserved.