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