-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
We've got filter, all we're missing on the "filter" front is "filterM". See filterM for more details. Essentially the syntax extension will look like
implicit class LiftFilterMOps[F[_], A](fa: F[A]){
def liftFilterM[M[_], B](f: B => M[Boolean])(implicit lift: LiftFilterM[M, F[A], B => M[Boolean]]): lift.Out = lift(fa, f)
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels