I would like to create other methods that contain only 3 conditions as a set and no actions. Set1() Then I want to use the sets in a combined condition like:
If (Set1() || Set2() && Set3())
//then do something
What is the best way to ackomplish this task? Bottom line, how do I condense 3 conditions into OneWord?
thanks

Comment