Interface AttributeListBuilder.IMixinStyleList<X extends IStyle,​A extends AttributeListBuilder.ITypedAttribute<StyleList<X>>>

    • Method Detail

      • of

        default A of​(Iterable<X> styles)
        Uses the given list of styles.
        Parameters:
        styles - Styles to use.
        Returns:
        A style attribute with the given styles.
      • of

        default A of​(X... styles)
        Uses the given list of styles.
        Parameters:
        styles - Styles to use.
        Returns:
        A style attribute with the given styles.