|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.tuple.coerce.Coercions.Coerce<T>
public abstract static class Coercions.Coerce<T>
Constructor Summary | |
---|---|
protected |
Coercions.Coerce(Map<Type,Coercions.Coerce> map)
|
Method Summary | ||
---|---|---|
T |
canonical(Object value)
|
|
abstract T |
coerce(Object value)
|
|
|
coerce(Object value,
Type to)
|
|
boolean |
equals(Object object)
|
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cascading.tuple.type.CoercibleType |
---|
getCanonicalType |
Constructor Detail |
---|
protected Coercions.Coerce(Map<Type,Coercions.Coerce> map)
Method Detail |
---|
public T canonical(Object value)
canonical
in interface CoercibleType<T>
value
- of type Object
public <Coerce> Coerce coerce(Object value, Type to)
coerce
in interface CoercibleType<T>
value
- of type Objectto
- of type Type
public abstract T coerce(Object value)
public int hashCode()
hashCode
in class Object
public boolean equals(Object object)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |