shapesecurity / shape-functional-java

add some FP familiarity to a Java project
Apache License 2.0
8 stars 7 forks source link

add a lazy interface #31

Open bakkot opened 7 years ago

bakkot commented 7 years ago

So that composing operations, e.g. catMaybes(list.filter(...).map(...)) does not create a bunch of throwaway objects.