-
- All Implemented Interfaces:
public final class InternalPurposeKt
-
-
Method Summary
Modifier and Type Method Description final static PurposetoPurpose(InternalPurpose $self)Map InternalPurpose into Purpose final static List<Purpose>toPurpose(Collection<InternalPurpose> $self)Map InternalPurpose Collection into Purpose list final static SpecialFeaturetoSpecialFeature(InternalPurpose $self)Map InternalPurpose into SpecialFeature final static List<SpecialFeature>toSpecialFeature(Collection<InternalPurpose> $self)Map InternalPurpose Collection into SpecialFeature list final static SpecialPurposetoSpecialPurpose(InternalPurpose $self)Map InternalPurpose into SpecialPurpose final static FeaturetoFeature(InternalPurpose $self)Map InternalPurpose into Feature -
-
Method Detail
-
toPurpose
final static Purpose toPurpose(InternalPurpose $self)
Map InternalPurpose into Purpose
-
toPurpose
final static List<Purpose> toPurpose(Collection<InternalPurpose> $self)
Map InternalPurpose Collection into Purpose list
-
toSpecialFeature
final static SpecialFeature toSpecialFeature(InternalPurpose $self)
Map InternalPurpose into SpecialFeature
-
toSpecialFeature
final static List<SpecialFeature> toSpecialFeature(Collection<InternalPurpose> $self)
Map InternalPurpose Collection into SpecialFeature list
-
toSpecialPurpose
final static SpecialPurpose toSpecialPurpose(InternalPurpose $self)
Map InternalPurpose into SpecialPurpose
-
toFeature
final static Feature toFeature(InternalPurpose $self)
Map InternalPurpose into Feature
-
-
-
-