org.pfsw.bif.conversion
Interface IBooleanRepresentation


public interface IBooleanRepresentation

This interface defines the method an object must support, if it wants to represent itself as a boolean.


Method Summary
 java.lang.Boolean asBoolean()
          Returns the boolean representation of the implementing object.
 

Method Detail

asBoolean

java.lang.Boolean asBoolean()
Returns the boolean representation of the implementing object.