public class TypeVariableObserver extends AbstractObserver
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQUENCE_TYPE_VAR |
static String |
SEQUENCE_TYPE_VAR_UPPER |
static String |
SEQUENCE_UPPER |
| Constructor and Description |
|---|
TypeVariableObserver() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Bar> |
observeAnyBar(T anyBar) |
<T> void |
observeTypeParameterTypeVariable(Duck<T> duck) |
<T extends Number> |
observeTypeParameterTypeVariableUpper(Duck<T> duck) |
addAction, buildActionIdpublic static final String SEQUENCE_UPPER
public static final String SEQUENCE_TYPE_VAR
public static final String SEQUENCE_TYPE_VAR_UPPER
Copyright © 2008-2015 Seam Framework. All Rights Reserved.