in1
A convenience method which maps to in and has a naming convention consistent with in2.
While in1 is not an official attribute, it provides a way to avoid using in which is awkward to use in Kotlin since in is an official keyword.
A convenience method which maps to in and has a naming convention consistent with in2.
While in1 is not an official attribute, it provides a way to avoid using in which is awkward to use in Kotlin since in is an official keyword.
Parameters
resultName
The name of the result of a previous filter.