Skip to content

Commit

Permalink
Started the process of fully wrapping fflib_Criteria
Browse files Browse the repository at this point in the history
Allows for better fluidity in using code and more consistent parameter checking
Have wrapped and implemented all inSet and notInSet implementations
  • Loading branch information
rob-baillie-ortoo committed Feb 15, 2022
1 parent b68bd66 commit 2cb008c
Show file tree
Hide file tree
Showing 3 changed files with 1,256 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public virtual with sharing class fflib_Criteria
/**
* Adds the given evalutor onto the formula stack
*/
protected void addEvaluator( Evaluator evaluator )
public void addEvaluator( Evaluator evaluator )
{
evaluators.add( evaluator );
}
Expand Down
Loading

0 comments on commit 2cb008c

Please sign in to comment.