runeflobakk / motif

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

Change name of abstract method in Do<V> #24

Closed runeflobakk closed 10 years ago

runeflobakk commented 10 years ago

The method to override in Do<V> should be renamed to be able to have classes implementing both Fn<I,O> and Do<V>.

Make no.motif.f.base.Throw<I1, I2, O> implement Do<I1> when this is done.

runeflobakk commented 10 years ago

Pushed to dev branch e4e323ae2e58209ba4249c66c95d2c15dbcb2248