Package | Description |
---|---|
com.datastax.oss.driver.api.core.type.reflect |
Modifier and Type | Method and Description |
---|---|
<X> GenericType<T> |
GenericType.where(GenericTypeParameter<X> freeVariable,
Class<X> actualType)
Substitutes a free type variable with an actual type.
|
<X> GenericType<T> |
GenericType.where(GenericTypeParameter<X> freeVariable,
GenericType<X> actualType)
Substitutes a free type variable with an actual type.
|
Copyright © 2017–2024. All rights reserved.