public class EventTypeAssignabilityRules extends AbstractAssignabilityRules
| Modifier and Type | Method and Description |
|---|---|
static AssignabilityRules |
instance() |
boolean |
matches(java.lang.reflect.Type observedType,
java.lang.reflect.Type eventType) |
boolean |
matchesNoBoxing(java.lang.reflect.Type observedType,
java.lang.reflect.Type eventType) |
boundsMatch, getUppermostTypeVariableBounds, lowerBoundsOfWildcardMatch, lowerBoundsOfWildcardMatch, matches, matches, upperBoundsOfWildcardMatchpublic static AssignabilityRules instance()
public boolean matches(java.lang.reflect.Type observedType,
java.lang.reflect.Type eventType)
public boolean matchesNoBoxing(java.lang.reflect.Type observedType,
java.lang.reflect.Type eventType)
Copyright © 2015. All Rights Reserved.