Function ifElse pipe for chain methods:
sb.function(true,() => { return `TRUE`;},() => { return `FALSE`;});
-> "true"