Hi, i have screenshot with kotlin flow code, there...
# getting-started
s
Hi, i have screenshot with kotlin flow code, there is a call on Flow to mapNotNull(name = "...") {}, or filter(name = "..."){} . can someone explain to me what is this syntax , i can't find any mapNotNull or filter function that accepts a 'name' argument.
j
Maybe it is defined in a library or the project itself?
m
My guess is that they are some custom overloads to support some analytics or logging.
s
Thanks, that's what a thought too.
c
Use CTRL Q in IntelliJ to see the function's signature, this will display its package name. Alternatively, CTRL B to go to its code
m
Or just ctrl+click it
🐭 1
s
Its a screenshot :)
m
@CLOVIS At least not a trackpad
🫣 1