Package | Description |
---|---|
com.espertech.esper.common.client.type |
Classes that represent EPL types.
|
Modifier and Type | Method and Description |
---|---|
static EPTypeClassParameterized |
EPTypeClassParameterized.from(Class<?> typeClass,
Class<?> parameter)
Build an instance using the type and the single non-null type parameter provided.
|
static EPTypeClassParameterized |
EPTypeClassParameterized.from(Class<?> typeClass,
Class<?> first,
Class<?> second)
Build an instance using the type and two non-null type parameters provided.
|
static EPTypeClassParameterized |
EPTypeClassParameterized.from(Class<?> typeClass,
EPTypeClass parameter)
Build an instance using the type and the single non-null type parameter provided.
|
Copyright © 2005–2022. All rights reserved.