Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 560 Bytes

NotInHandler.md

File metadata and controls

36 lines (23 loc) · 560 Bytes

NotInHandler Class

Handles the NotIn operator

Since

3/23/2024

Group Soql Engine

Author Zackary Frazier

Implements

IOperatorHandler

Methods

handle(sObjectFieldValue, fieldValue)

Handles the NotIn operator

Signature

public Boolean handle(Object sObjectFieldValue, Object fieldValue)

Parameters

Name Type Description
sObjectFieldValue Object Object
fieldValue Object Object

Return Type

Boolean

,[object Object]