This returns the user from a string.
This returns the user from a string. Be Aware this user
The identifier used to get the user
This is a simple user accumulation function that collects all users in eckerd.
This is a simple user accumulation function that collects all users in eckerd. It does no additional modification so that you can easily move from users to whatever other form you would like and do those pieces of data manipulation after all the users have been returned.
This function is a Type free implementation that allows you to tell you what type you are expecting as a return and it will fully type check that you are getting the type you want back.
This function is a Type free implementation that allows you to tell you what type you are expecting as a return and it will fully type check that you are getting the type you want back.
This is any type that you want to return from the google users.
This is a transformation function that takes a User and Transforms it to Type T
Returns a List of Type T