Interface AbstractnessRequestable


public interface AbstractnessRequestable
A AbstractnessRequestable can be asked if it is either abstract or concrete.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
     
  • Method Details

    • isAbstract

      boolean isAbstract()
      Returns:
      true if the current AbstractnessRequestable is abstract, false otherwise.
    • isConcrete

      default boolean isConcrete()
      Returns:
      true if the current AbstractnessRequestable is concreate, false otherwise.