<*>(_:_:) public func <*> <V, U>(_ transform: Result<(V) -> U>, result: Result<V>) -> Result<U> Apply function wrapped in Result to Result-vrapped value V Undocumented Declaration Swift public func <*> <V, U>(_ transform: Result<(V) -> U>, result: Result<V>) -> Result<U> © 2017 Mikhail Stepkin. All rights reserved. (Last updated: 2017-04-05) Generated by jazzy ♪♫ v0.7.5, a Realm project.