Commit graph

13 commits

Author SHA1 Message Date
34b97af161 Throwing functions let VM errors pass through
VM errors ought to be rethrown without being wrapped inside a
FunctionException.
2015-09-17 09:42:23 +02:00
dfac1d4b0f Version number set to 1.1-SNAPSHOT 2015-09-17 09:35:42 +02:00
3e9c91a087 Set version number 2015-09-11 16:21:15 +02:00
09ec322388 GitHub site thingy added to POM 2015-09-11 16:20:20 +02:00
abd5fa092d Fixed description 2015-09-11 15:47:01 +02:00
9f9fd128a1 More POM file tweaking 2015-09-11 15:45:37 +02:00
210f7be6d2 More JavaDoc fixes 2015-09-11 15:33:02 +02:00
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