cascading.tuple.coerce
Class BooleanObjectCoerce
java.lang.Object
cascading.tuple.coerce.Coercions.Coerce<Boolean>
cascading.tuple.coerce.BooleanObjectCoerce
- All Implemented Interfaces:
- CoercibleType<Boolean>, Serializable, Type
public class BooleanObjectCoerce
- extends Coercions.Coerce<Boolean>
- See Also:
- Serialized Form
BooleanObjectCoerce
protected BooleanObjectCoerce(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.