cascading.tuple.coerce
Class FloatCoerce
java.lang.Object
cascading.tuple.coerce.Coercions.Coerce<Float>
cascading.tuple.coerce.FloatCoerce
- All Implemented Interfaces:
- CoercibleType<Float>, Serializable, Type
public class FloatCoerce
- extends Coercions.Coerce<Float>
- See Also:
- Serialized Form
FloatCoerce
protected FloatCoerce(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-2014 Concurrent, Inc. All Rights Reserved.