Constructor Finder
Helper for finding constructor(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 by parameter types or subclass of types, or if null to skip check some parameters
Filter by exception types
Use condition to filter by the modifiers.
Filter by the same modifiers.
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 the executable if the parameter is empty
Filter exclude the modifiers.
Filter include the modifiers.
Filter if they are native.
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-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 varargs.
Get the first element or throw an exception if there is no such element.
Get the first element by condition or throw an exception if there is no such element.
Get the first element or null if not found.
Get the first element by condition or null if not found
For-each loop for.
For-each loop with index for.
Get the last element or throw an exception if there is no such element.
Get the last element by condition or throw an exception if there is no such element.
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 hashset.
Map to the mutable list.
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 throw an exception if there is no such element or more than one element.
Get the single element or null if not found.
Make sequence to the collection.
Make sequence to the hashset.
Make sequence to the list.
Make sequence to the mutable list.
Make sequence to the mutable set.
Make sequence to the set.