Package org.pkl.core

Class PType.Union

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PType

    public static final class PType.Union
    extends PType
    See Also:
    Serialized Form
    • Constructor Detail

      • Union

        public Union​(java.util.List<PType> elementTypes)
    • Method Detail

      • getElementTypes

        public java.util.List<PType> getElementTypes()