|
SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <BoolMatch.h>
Inherits NSObject, and <IMatcher>.
Instance Methods | |
| (id) | - initWithSymbol: |
Class Methods | |
| (BoolMatch *) | + boolMatchEquals |
| (BoolMatch *) | + boolMatchNotEquals |
Properties | |
| NSString * | symbol |
This matcher is used in MatchExpressions to check boolean conditions
| + (BoolMatch *) boolMatchEquals |
Checks that Bool1 == Bool2
| + (BoolMatch *) boolMatchNotEquals |
Checks that Bool1 != Bool2