pub fn lambda<F, T, R>(func: F) -> Lambda<F>where F: Fn(T) -> Result<R> + Send + Sync,
Convenience function to create lambda transforms