Skip to content

Filler interfaces for missing or difficult to use java.util.function types. Includes primitive consumers, suppliers, and predicates.

License

Notifications You must be signed in to change notification settings

TeamworkGuy2/JFunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFunc

Symmetric set of interfaces for java.util.function, including Tri-functions and primitive consumers and predicates. Useful for simplifying type signatures by converting generic types like Consumer<Short> to ShortConsumer. Includes IoFunc container class containing interfaces such as FunctionIo and SupplierIo which implement the same signatures as their java.util.function counter-parts except that they throw IOException. Also includes PropertyAccessor interface and SimplePropertyAccessor class for proxy access to a value/field.

About

Filler interfaces for missing or difficult to use java.util.function types. Includes primitive consumers, suppliers, and predicates.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages