io.sarl.lang.core.scoping.extensions.cast
Class GeneralCastImplicitlyImportedFeatures
@javax.inject.Singleton
class GeneralCastImplicitlyImportedFeatures
extends java.lang.Object
Provide static functions related to the casting for primitive types that are not numbers.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Since:
0.9
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
void getImportedFeatures(List<E>)
Fill the given list with the implicitly imported features.
Constructor Details
new
new
Action Details
getImportedFeatures(List<E>)
def getImportedFeatures(List<E>)
Fill the given list with the implicitly imported features.
Parameters:
features - the list to fill.