public interface ResultFeature
A common superinterface for all result features.
Every result feature is mapped to a specialized subinterface.
A target value may implement any number of subinterfaces.
Application developers should use the instanceof type comparison operator to check if the target value implements a particular subinterface or not.
ComputableCopyright © 2024. All Rights Reserved.