cascading.tuple.coerce
Class FloatObjectCoerce
java.lang.Object
cascading.tuple.coerce.Coercions.Coerce<Float>
cascading.tuple.coerce.FloatObjectCoerce
- All Implemented Interfaces:
- CoercibleType<Float>, Serializable, Type
public class FloatObjectCoerce
- extends Coercions.Coerce<Float>
- See Also:
- Serialized Form
FloatObjectCoerce
protected FloatObjectCoerce(Map<Type,Coercions.Coerce> map)
getCanonicalType
public Class<Float> getCanonicalType()
- Returns:
- the actual Java type this CoercibleType represents
coerce
public Float coerce(Object value)
- Specified by:
coerce
in class Coercions.Coerce<Float>
Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.