Interface IfFeatureStatement

    • Method Detail

      • getIfFeaturePredicate

        @Beta
        default @NonNull IfFeatureExpr getIfFeaturePredicate()
        In YANG 1.1 (RFC7950) implementation of IfFeatureStatement, the argument is a boolean expression over feature names defined by "feature" statements. Hence, add implementation to return a predicate on a collection of features against which to evaluate.
        Returns:
        Predicate on a collection of QNames against which to evaluate