get = Logic::firstSatisfying( Logic::isNotNull(), Fns::map( Lst::makePair( Fns::__, 'getClientCurrency' ), $resolvers ) ); } /** * @return string */ public function getClientCurrency() { return call_user_func( $this->get, null ); } }