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
andThen, compose, identity
public OneOrNull()
public static <T> OneOrNull<T> create()
public T apply(List<T> input)
apply
Function<List<T>,T>
Copyright © 2020. All rights reserved.