Lambda2Listener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Lambda2Parser
.LambdaListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.LambdaFunction
for a given String
lambda expression
Example 1:LambdaParser
.LambdaPredicate
for a given String
lambda expression
Example 1:Iterable
.Function
that takes any object as input and returns its "length", e.g.list
object.list
object
from the input elements of type T.list
object
from the input array of type T.list
object
from the input Iterable
iterable of type T.list
containing the input element.