Pipe-forward operator |>

And how is that any better than using the existing library extension function?

class.run(::toString)
    .run(::toInt)
    .run(::toDouble)
    .run(::handleResult)