Class ValueAttributeFunctions.UniqueOnAttributeBuilderDescriptor

  • All Implemented Interfaces:
    com.google.common.base.Predicate<ValueAttribute>, java.util.function.Predicate<ValueAttribute>
    Enclosing class:
    ValueAttributeFunctions

    private static class ValueAttributeFunctions.UniqueOnAttributeBuilderDescriptor
    extends java.lang.Object
    implements com.google.common.base.Predicate<ValueAttribute>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(ValueAttribute valueAttribute)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • UniqueOnAttributeBuilderDescriptor

        public UniqueOnAttributeBuilderDescriptor()
    • Method Detail

      • apply

        @Nullable
        public boolean apply​(ValueAttribute valueAttribute)
        Specified by:
        apply in interface com.google.common.base.Predicate<ValueAttribute>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object