Field Finder
Helper for finding field(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.
Use condition to filter by the modifiers.
Filter by the same modifiers.
Filter by field name.
Filter by field type.
Filter exclude the modifiers.
Filter if they are final.
Filter include the modifiers.
Filter if they are non-final.
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 package-private.
Filter if they are private.
Filter if they are protected.
Filter if they are public.
Filter if they are static.
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.