Method Finder
Helper for finding method(s) in the class or collection.
Functions
Concatenate with another finder.
Concatenate with another array.
Concatenate with another iterable.
Concatenate with another sequence.
Filter with a predicate.
Filter if they are abstract.
Filter by parameter types or subclass of types, or if null to skip check some parameters
Filter by method assignable return type.
Filter by exception types
Use condition to filter by the modifiers.
Filter by the same modifiers.
Filter by method name.
Use condition to filter parameter count
Filter by parameter count
Filter by parameter count in range
Filter by parameter types, or if null to skip check some parameters
Use condition to filter parameter types
Filter by method return type.
Filter the executable if the parameter is empty
Filter exclude the modifiers.
Filter if they are final.
Filter include the modifiers.
Filter if they are native.
Filter if they are non-abstract.
Filter if they are non-final.
Filter if they are non-native.
Filter if they are non-package-private.
Filter if they are non-private.
Filter if they are non-protected.
Filter if they are non-public.
Filter if they are non-static.
Filter if they are non-varargs.
Filter the executable if the parameter is not empty
Filter if they are package-private.
Filter if they are private.
Filter if they are protected.
Filter if they are public.
Filter if they are static.
Filter if they are varargs.
Contact the field sequence in super classes. Only effect when the finder created from a class.
Get the first element or null if not found.
Get the first element by condition or null if not found
For-each loop with index for.
Get the last element or null if not found.
Get the last element by condition or null if not found
Map to the collection.
Map to the mutable set.
On-each loop for.
On-each loop with index for.
Check sequence only has one element.
Check sequence only has one element or null if not found.
Get the single element or null if not found.
Make sequence to the collection.
Make sequence to the mutable list.
Make sequence to the mutable set.