Reply To: New List Nodes

Forums 💬 FlowCanvas ⚙️ Support New List Nodes Reply To: New List Nodes

#22328
chocolacode
Participant

    Hi ktysdal,

    that is perfect!! Thanks for that!

    now I need to figure out a way to create a type for the Predicate<T> and for the Comparison<T> so I can use them in the nodes I want. I have tried to add a Predicate Type and I find no way to do that…

    One of my current challenges is that I have a List of Floats(approx 500 entries or could be more), I want a way to remove some of these entries by providing a search expression. I know that I can do a for loop to accomplish the same… but that will not be efficient. That is why I want to use the RemoveAll(Predicate<T>) . Now I can select that node, but I am stuck with the Predicate<T> type 🙁

    If you can provide some help on that I will really appreciate..
    Thanks !!