Interface AbstractnessRequestable
public interface AbstractnessRequestable
A
AbstractnessRequestable can be asked if it is either abstract or
concrete.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isAbstract
boolean isAbstract()- Returns:
- true if the current
AbstractnessRequestableis abstract, false otherwise.
-
isConcrete
default boolean isConcrete()- Returns:
- true if the current
AbstractnessRequestableis concreate, false otherwise.
-