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