JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.espertech.esper.util
Interface TypeWidener
All Known Implementing Classes:
TypeWidenerBoxedNumeric
,
TypeWidenerObjectArrayToCollectionCoercer
,
TypeWidenerStringToCharCoercer
public interface
TypeWidener
Interface for a type widener.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Object
widen
(
Object
input)
Ctor.
Method Detail
widen
Object
widen(
Object
input)
Ctor.
Parameters:
input
- the object to widen.
Returns:
widened object.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
© 2006-2017 EsperTech Inc.
All rights reserved.
Visit us at
espertech.com
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method