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, upperBoundsOfWildcardMatch
public static AssignabilityRules instance()
Copyright © 2016. All rights reserved.