Skip to content

Instantly share code, notes, and snippets.

View abbi-gaurav's full-sized avatar
🦖

Gaurav Abbi abbi-gaurav

🦖
View GitHub Profile
@abbi-gaurav
abbi-gaurav / BankAPIsClient.java
Created October 23, 2014 06:15
Using Java 8 lambdas to lift the exceptions and remove boiler plate try-catch
package lambdas;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.List;
import java.util.function.Function;
/**
* Created by gabbi on 19/10/14.