Package de.linusdev.lutils.interfaces
Interface Simplifiable
- All Known Implementing Classes:
RGBAColorDoubleImpl,RGBAColorIntImpl,StandardErrorTypes
public interface Simplifiable
This interface should be implemented if the implementing class can be simplified to a simple type.
This may then be used by parsers. A simple type may differ depending on the receiver of the
Simplifiable.-
Method Summary
-
Method Details
-
simplify
- Returns:
- must return Byte, Short, Integer, Long, Float, Double, Boolean or something that the method,
that accepts a
Simplifiablespecifies.
-