Commit graph

6 commits

Author SHA1 Message Date
1fba77ae9b Missing plugin version numbers in POM file 2015-09-11 15:30:42 +02:00
76b0786fbe Fixed argument name mismatch with doc in FloatConsumer.accept() 2015-09-11 15:28:36 +02:00
a7baa3ea15 POM file - Preparing for release 2015-09-11 15:26:51 +02:00
52e685311a Float functions - Throwing* variants
Added variants of the float primitive functions with support for checked
exception.
2015-09-11 15:16:32 +02:00
ea2fc5a632 Float functional interfaces
These interfaces correspond to the JRE-provided primitive
specialisations of functional interfaces for the float type.
2015-09-11 15:01:54 +02:00
ec2c870f7b Initial import
Contains POM (probably incomplete) as well as all Throwing versions of
java.util.function interfaces + the Runnable interface.
2015-09-11 14:04:59 +02:00