Class AttributePolicy.Util

  • Enclosing interface:
    AttributePolicy

    public static final class AttributePolicy.Util
    extends java.lang.Object
    Utilities for working with attribute policies.
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AttributePolicy join​(AttributePolicy... policies)
      An attribute policy equivalent to applying all the given policies in order, failing early if any of them fails.
      • Methods inherited from class java.lang.Object

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

      • Util

        public Util()
    • Method Detail

      • join

        public static final AttributePolicy join​(AttributePolicy... policies)
        An attribute policy equivalent to applying all the given policies in order, failing early if any of them fails.