Pass function as variable in pipe

Hi, is it possible to insert a variable function in the pipe operartor?. Something like this:

def list_long_trade_fe(schema, function) do    
    long_trades_fe(schema)
      |> ^function()
end