View source

abstract thx.Reader<A, B>(A -> B) from A -> B to A -> B

import thx.Functions;

Available on all platforms

Instance Fields

function flatMap<C>(f:B -> A -> C):A -> C