andThen

expect infix fun <P1, P2, IP, R> (P1, P2) -> IP.andThen(f: (IP) -> R): (P1, P2) -> R(source)
expect infix fun <IP, R> () -> IP.andThen(f: (IP) -> R): () -> R(source)
expect infix fun <P1, IP, R> (P1) -> IP.andThen(f: (IP) -> R): (P1) -> R(source)
actual infix fun <P1, P2, IP, R> (P1, P2) -> IP.andThen(f: (IP) -> R): (P1, P2) -> R(source)
actual infix fun <IP, R> () -> IP.andThen(f: (IP) -> R): () -> R(source)
actual infix fun <P1, IP, R> (P1) -> IP.andThen(f: (IP) -> R): (P1) -> R(source)
actual infix fun <P1, P2, IP, R> (P1, P2) -> IP.andThen(f: (IP) -> R): (P1, P2) -> R(source)
actual infix fun <IP, R> () -> IP.andThen(f: (IP) -> R): () -> R(source)
actual infix fun <P1, IP, R> (P1) -> IP.andThen(f: (IP) -> R): (P1) -> R(source)