Class OneOrNull<T>

  • Type Parameters:
    T - The return Type
    All Implemented Interfaces:
    Function<List<T>,​T>

    public class OneOrNull<T>
    extends Object
    implements Function<List<T>,​T>
    A Function which returns one entry from a List or null
    Author:
    Jeremy Unruh
    • Constructor Detail

      • OneOrNull

        public OneOrNull()