- All Superinterfaces:
-
ISingleStageInferrerFragment<S,T>
- All Known Implementing Classes:
-
BehaviorUnitInferrerFragment
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
Fragment for inferred the behavior units to the JVM model.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Property Summary
Modifier and type |
Property and description |
java.lang.Class<T> |
supportedType |
Action Summary
Modifier and type |
Action and description |
default java.lang.Class<T> |
getSupportedType |
Modifier and type |
Action and description |
default java.lang.Class<T> |
getSupportedType |
Property Details
- supportedType
-
val supportedType : java.lang.Class<T>
This property is an alias for the action: getSupportedType
Action Details
- getSupportedType
-
def getSupportedType : java.lang.Class<T>