I would like to get an instance of a functional interface, for example. Predicate from a string. For example, user types of lambda expressions in the text field of the user interface for filtering some list of numbers list.stream (). filter ("lambda here")
source share