format
SearchResults[] and(SearchResults arg1[], SearchResults arg2[])
description
Performs a logical AND operation on two arrays of SearchResults objects.
parameters
arg1 - the first array of SearchResults
arg1
arg2 - the second array of SearchResults
arg2
returns
a one-dimensional array of SearchResults objects
throws
The and() method does not throw any exceptions.
and()