T
public class OneOrNull<T> extends Object implements com.google.common.base.Function<List<T>,T>
OneOrNull()
apply(List<T> input)
static <T> OneOrNull<T>
create()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public OneOrNull()
public static <T> OneOrNull<T> create()
public T apply(List<T> input)
apply
com.google.common.base.Function<List<T>,T>
Copyright © 2017. All rights reserved.