Package org.pkl.core

Class PType.Union

java.lang.Object
org.pkl.core.PType
org.pkl.core.PType.Union
All Implemented Interfaces:
Serializable
Enclosing class:
PType

public static final class PType.Union extends PType
See Also:
  • Constructor Details

    • Union

      public Union(List<PType> elementTypes)
  • Method Details

    • getElementTypes

      public List<PType> getElementTypes()