MaybeBind

Bind function for Maybe: (a -> Maybe b) -> (Maybe a -> Maybe b).

class MaybeBind : Function!(Maybe!A, Maybe!B)(
A
B
) {}

Constructors

this
this(Function!(A, Maybe!B) f)
Undocumented in source.

Members

Functions

opCall
Maybe!B opCall(Maybe!A x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

f
Function!(A, Maybe!B) f;
Undocumented in source.

Meta