SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
LogicOperator Class Reference

#import <LogicOperator.h>

Inherits NSObject.

Instance Methods

(id) - initWithId:
 

Class Methods

(LogicOperator *) + logicOperatorAnd
 
(LogicOperator *) + logicOperatorOr
 

Protected Attributes

NSString *__weak _id
 

Properties

NSString * id
 

Detailed Description

The LogicOperator is used to concatenate two MatchExpression together using a logical AND / OR operator

See also
MatchExpression

Method Documentation

◆ logicOperatorAnd

+ (LogicOperator *) logicOperatorAnd
Returns
an LogicOperator instance

◆ logicOperatorOr

+ (LogicOperator *) logicOperatorOr
Returns
an LogicOperator instance