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