Uses of Class
com.opengamma.strata.collect.named.CombinedExtendedEnum
-
Packages that use CombinedExtendedEnum Package Description com.opengamma.strata.collect.named Named data structures. -
-
Uses of CombinedExtendedEnum in com.opengamma.strata.collect.named
Methods in com.opengamma.strata.collect.named that return CombinedExtendedEnum Modifier and Type Method Description static <R extends Named>
CombinedExtendedEnum<R>CombinedExtendedEnum. of(Class<R> type)
Obtains a combined extended enum instance.
-