Uses of Interface
one.xingyi.reference3.person.client.view.FriendView
-
Packages that use FriendView Package Description one.xingyi.reference3.person.client.view one.xingyi.reference3.person.client.viewcompanion -
-
Uses of FriendView in one.xingyi.reference3.person.client.view
Classes in one.xingyi.reference3.person.client.view that implement FriendView Modifier and Type Class Description classFriendViewImplMethods in one.xingyi.reference3.person.client.view that return types with arguments of type FriendView Modifier and Type Method Description static java.util.concurrent.CompletableFuture<FriendView>FriendView. create(HttpServiceCompletableFuture service, java.lang.String id)static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<FriendView>>FriendView. create(HttpServiceCompletableFuture service, FriendView view)static java.util.concurrent.CompletableFuture<FriendView>FriendView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<FriendView,FriendView> fn)static java.util.concurrent.CompletableFuture<FriendView>FriendView. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<FriendView,FriendView> fn)one.xingyi.core.client.IXingYi<IPersonClientEntity,FriendView>FriendViewImpl. xingYi()Methods in one.xingyi.reference3.person.client.view with parameters of type FriendView Modifier and Type Method Description static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<FriendView>>FriendView. create(HttpServiceCompletableFuture service, FriendView view)Method parameters in one.xingyi.reference3.person.client.view with type arguments of type FriendView Modifier and Type Method Description static java.util.concurrent.CompletableFuture<FriendView>FriendView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<FriendView,FriendView> fn)static java.util.concurrent.CompletableFuture<FriendView>FriendView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<FriendView,FriendView> fn)static <T> java.util.concurrent.CompletableFuture<T>FriendView. get(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<FriendView,T> fn)static <T> java.util.concurrent.CompletableFuture<java.util.Optional<T>>FriendView. getOptional(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<FriendView,T> fn)static java.util.concurrent.CompletableFuture<FriendView>FriendView. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<FriendView,FriendView> fn)static java.util.concurrent.CompletableFuture<FriendView>FriendView. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<FriendView,FriendView> fn)Constructor parameters in one.xingyi.reference3.person.client.view with type arguments of type FriendView Constructor Description FriendViewImpl(one.xingyi.core.client.IXingYi<IPersonClientEntity,FriendView> xingYi, java.lang.Object mirror) -
Uses of FriendView in one.xingyi.reference3.person.client.viewcompanion
Methods in one.xingyi.reference3.person.client.viewcompanion that return FriendView Modifier and Type Method Description FriendViewFriendViewCompanion. make(one.xingyi.core.client.IXingYi xingYi, java.lang.Object mirror)Method parameters in one.xingyi.reference3.person.client.viewcompanion with type arguments of type FriendView Modifier and Type Method Description <T> java.util.concurrent.CompletableFuture<T>FriendViewCompanion. primitive(HttpServiceCompletableFuture httpService, java.lang.String method, java.lang.String url, java.util.function.Function<FriendView,T> fn)
-