Class UniqueElements.NOT_SET

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.Object,​java.lang.Object>
    Enclosing class:
    UniqueElements

    public static class UniqueElements.NOT_SET
    extends java.lang.Object
    implements java.util.function.Function<java.lang.Object,​java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      NOT_SET()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • NOT_SET

        public NOT_SET()
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object o)
        Specified by:
        apply in interface java.util.function.Function<java.lang.Object,​java.lang.Object>