io.sarl.lang.core.scoping.extensions.numbers.comparison
Class NumberComparisonImplicitlyImportedFeatures
@javax.inject.Singleton
class NumberComparisonImplicitlyImportedFeatures
extends java.lang.Object
Provide static functions related to the comparison of numbers.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Since:
0.7
See:
"https://github.com/sarl/sarl/issues/767"
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.