Anything similar to the work of MULTIPLEXER OR SWITCH (LATCH) IN GRASSHOPPER

Hello. Is there anything similar to the work of MULTIPLEXER
ALSO SWITCH (LATCH) IN GRASSHOPPER

It will help you get more useful answers if you provide a bit more information with your questions. What are you trying to do?

If there is any component in Grasshopper that can work like the switch in the first picture (controlled by TRUE, FALSE line).
Also if there is any component that can perform the same work of a Multiplexer(Second picture) where only a single line is selected from multiple inputs.

7ZEyP22 multiplexer2

You can use Stream Filter for both cases.

You can use an expression component, example: if ((x>4), true, false or use gates