Skip to content

A serverless React app for visually reviewing the functional interfaces in the java.util.function package.

Notifications You must be signed in to change notification settings

danielparvin/java-functional-interfaces-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Functional Interfaces Review

Description

This is a simple, serverless React app to visually demonstrate the use of the functional interfaces in java.util.function.
This uses react-filterable-table.
Thanks to the author of this article for guidance on how to deploy directly to GitHub pages using the npm run deploy command.

Future Ideas

  • Convert the array objects in FunctionalInterfaces to TypeScript objects.
  • Replace compound string values (e.g. "double,double") in the FunctionalInterfaces with arrays of unique values (e.g. ["double", "double"].
  • Extend the FilterableTable to provide more modular filtering and sorting on the array values from the above idea.

About

A serverless React app for visually reviewing the functional interfaces in the java.util.function package.

Resources

Stars

Watchers

Forks