Commit Graph

30 Commits

Author SHA1 Message Date
sleyzerzon e21dac0f13 Update VavrUnitTest.java (#3611)
sample of re-throwing via Try
2018-02-24 08:15:23 +01:00
Carsten Gräf b070f3ddaa fixed formatting 2018-01-29 07:37:17 +01:00
k0l0ssus 4d8f0a48ae
Add Java vs Vavr Stream sample 2018-01-28 18:06:11 -05:00
Ahmed Tawila 2b5a125440 BAEL-1080 Introduction to Future in Vavr (#3372)
* Add missing features

* Add missing features
2018-01-09 12:31:45 +01:00
Grzegorz Piwowarek 2afc7dc623
Refactor Vavr Future (#3349) 2018-01-04 17:21:16 +02:00
Ahmed Tawila ff2cf57772 BAEL-1080 Introduction to Future in Vavr 2017-12-30 23:23:08 +02:00
Ahmed Tawila 1c6ece18d9 wait for some time before retrieving values 2017-12-16 21:33:15 +02:00
Ahmed Tawila c489044f0b Future in Vavr 2017-12-05 20:22:05 +02:00
Ahmed Tawila b05e035814 use AssertJ instead of JUnit 2017-12-05 16:02:01 +02:00
Ahmed Tawila ebc28dbe98 Future in Vavr 2017-12-04 00:19:58 +02:00
Ahmed Tawila a523437dc0 Future in Vavr 2017-12-04 00:09:43 +02:00
Ahmed Tawila 1ad1431c76 Future in Vavr 2017-12-03 01:30:02 +02:00
Ahmed Tawila 5f0eed9502 Future in Vavr - Initial Commit 2017-11-29 09:06:30 +02:00
Grzegorz Piwowarek 4cdcce6736 Fix Vavr module (#2709) 2017-10-05 19:16:25 +02:00
Hoàng Hưng 1ddd46f1af BAEL-1080 Introduction to Future in Vavr (#2627)
* Add example of different types of bean injection

* BAEL-1080 Introduction to Future and Pattern Matching in Vavr

* Update future with Pattern Matching

* remove unused files

* Update future unit test of cancelled Future

* remove unused import

* delete unused files

* using await() on future to wait until future completed instead of using while(true)

* Add Awaitability to FutureTest, avoid using while loop

* format code

* add some static void method that print the result to console
2017-09-21 16:04:55 +02:00
Blue Montag Software a323d64d75 JIRA issue : BAEL-960. Collection Factory Methods for Vavr. User: ignaciogallego@gmail.com (#2517)
* New test class for the collections factory methods in vavr

* rename unit test for collection factory methods
2017-09-17 09:05:27 -05:00
Seun Matt b6830cc736 Updated Vavr Collections Example Code (#2550)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* updated example code for Vavr Collections

* updated Vavr's Collection example

* updated Vavr Collection file

* updated example code for Apache Shiro

* updated Vavr Collections example
2017-09-03 09:49:09 +02:00
Hoàng Hưng e1e6550a49 BAEL-1080 Introduction to Future in Vavr (#2488)
* Add example of different types of bean injection

* BAEL-1080 Introduction to Future and Pattern Matching in Vavr

* Update future with Pattern Matching

* remove unused files

* Update future unit test of cancelled Future

* remove unused import

* delete unused files

* using await() on future to wait until future completed instead of using while(true)

* Add Awaitability to FutureTest, avoid using while loop

* format code
2017-08-27 22:44:06 +02:00
Seun Matt 154b59fc8b Updated Example Code for Vavr Collections (#2472)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* updated example code for Vavr Collections

* updated Vavr's Collection example

* updated Vavr Collection file
2017-08-24 20:03:00 +02:00
Grzegorz Piwowarek ed92182fbf Build optimization 1.08.2017 (#2351)
* Refactor Spring-activiti module

* Refactor vavr module
2017-08-01 17:00:03 +02:00
Naresh Babu P B 226acd5a19 Bael-422 Vavr Collections (#2304)
* BAEL-422 Examples for tutorial on Vavr Collection API

* Fixed as per review comments
2017-07-22 15:38:37 +02:00
Grzegorz Piwowarek f8bf4038f1 Optimize and refactor (#2302) 2017-07-21 13:37:49 +03:00
Naresh Babu P B 4e95722017 BAEL-422 Examples for tutorial on Vavr Collection API (#2293) 2017-07-21 00:59:46 +02:00
lor6 26fdeaac46 vavr spring data (#2242)
* vavr spring data

* formatting

* formatting

* formatting

* formatting
2017-07-13 22:06:36 -05:00
Grzegorz Piwowarek e422edadd0 Either refactor (#2237) 2017-07-09 12:28:04 +02:00
Abhinab Kanrar f876c6d02e vavr's either (#2180)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation

* change as per suggestion

* vavr either

* adding unit test and othe rutilities
2017-07-09 09:03:08 +02:00
Grzegorz Piwowarek ef34fc6576 Vavr refactor 02 07 (#2193)
* Vavr refactor

* Refactor
2017-07-02 08:07:32 +02:00
Grzegorz Piwowarek 04b9bd0382 Idiomatic refactor (#2161) 2017-06-26 16:37:03 +02:00
Naresh Babu P B c9111e635f Examples for BAEL-423: (#2103)
* Examples for BAEL-423:

Handling Exceptions in Lambda Expression with Vavr(Javaslang)

* Modified Lifting and Try API examples and removed Validation API examples
2017-06-26 13:59:18 +02:00
lor6 70680ea79a vavr refactor (#1871)
* vavr refactor

* small fix
2017-05-18 21:44:35 +03:00