Kanaka-io / play-monadic-actions

A simple scala DSL to allow clean and monadic style for Play! Actions
Other
128 stars 29 forks source link

implicit conversion of steps of subtypes of result #10

Closed drbild closed 8 years ago

drbild commented 8 years ago

This commit allows implicit conversion of Step[_ <: Result] to Future[Result]. This is useful for libraries that subclass Result for "marker" classes, like the Silhouette authentication library.

vil1 commented 8 years ago

Looks great.

Thanks