Class HasContainer

    • Constructor Detail

      • HasContainer

        public HasContainer​(String key,
                            P<?> predicate)
    • Method Detail

      • test

        public final boolean test​(Property property)
      • testId

        protected boolean testId​(Element element)
      • testIdAsString

        protected boolean testIdAsString​(Element element)
      • testLabel

        protected boolean testLabel​(Element element)
      • testValue

        protected boolean testValue​(Property property)
      • testKey

        protected boolean testKey​(Property property)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getKey

        public final String getKey()
      • setKey

        public final void setKey​(String key)
      • getPredicate

        public final P<?> getPredicate()
      • getBiPredicate

        public final BiPredicate<?,​?> getBiPredicate()
      • getValue

        public final Object getValue()