- Type Parameters:
T - The return Type
- All Implemented Interfaces:
- com.google.common.base.Function<List<T>,T>
public class OneOrNull<T>
extends Object
implements com.google.common.base.Function<List<T>,T>
A Function which returns one entry from a List or null
- Author:
- Jeremy Unruh