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
-
Method Details
-
isEffectual
default boolean isEffectual()- Returns:
- true if the current
VoidnessRequestableis not void, false otherwise.
-
isVoid
boolean isVoid()- Returns:
- true if the current
VoidnessRequestableis void, false otherwise.
-