more functional, generic and dsl-ish version of https://gist.github.com/k33g/1dfb5bf477b7e121422d ;D
module prepostdeco
import java.lang.Math
# Decorator: apply checkers to parameters and result
function checkThat = |preTests...| {
return |postTest| {