Interface VoidnessRequestable

All Known Subinterfaces:
IEntityFlyWeight, IFieldFlyWeight
All Known Implementing Classes:
EntityFlyWeight, FieldFlyWeight, VoidEntityFlyWeight, VoidFieldFlyWeight

public interface VoidnessRequestable
A VoidnessRequestable can be asked if it is void.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
     
  • Method Details

    • isEffectual

      default boolean isEffectual()
      Returns:
      true if the current VoidnessRequestable is not void, false otherwise.
    • isVoid

      boolean isVoid()
      Returns:
      true if the current VoidnessRequestable is void, false otherwise.