runeflobakk / motif

A Java library helping you to compose behavior from smaller parts.
http://runeflobakk.github.io/motif
6 stars 0 forks source link

A Fn which feeds its argument into several Fns and joins the results into a String with an optional separator #15

Closed runeflobakk closed 11 years ago

runeflobakk commented 11 years ago

Implemented as Base.extract(..) which may be used together with Optional.split(..).join() to achieve the joined string from the extracted values.