Class UniqueListBy<T,​V>

  • All Implemented Interfaces:
    Validation<java.util.List<T>>
    Direct Known Subclasses:
    UniqueList

    public class UniqueListBy<T,​V>
    extends java.lang.Object
    implements Validation<java.util.List<T>>
    • Constructor Summary

      Constructors 
      Constructor Description
      UniqueListBy​(java.util.function.Function<T,​V> mapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ValidationResult validate​(java.util.List<T> list)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UniqueListBy

        public UniqueListBy​(java.util.function.Function<T,​V> mapper)