Interface Coercable
public interface Coercable
- 
Method Summary
- 
Method Details- 
coerceToAttempt to convert this Coercable into the destinationClass. Throws ClassCastException if the desired class is not allowed.- Parameters:
- destinationClass- Class desired...
- Returns:
- An Object cast to destinationClass.
- Throws:
- ClassCastException- thrown if this Coercable cannot be cast to the destinationClass.
 
 
-