return (ImmutableSet<OUTPUT_TYPE>)ImmutableSet.copyOf(lhsValue); | return (Set<OUTPUT_TYPE>)lhsValue; | (ImmutableSet<OUTPUT_TYPE>)ImmutableSet.copyOf(lhsValue) | (Set<OUTPUT_TYPE>)lhsValue | buck | 1c2101f29366e14fd3cb89b37d15cff1721bda66 | com.facebook.buck.query.AbstractBinaryOperatorExpression | | | | - com.google.common.collect.ImmutableSet
| | Returns | True |