Uses of Interface
one.xingyi.reference3.person.client.view.PersonNameView
-
Packages that use PersonNameView Package Description one.xingyi.reference3.person.client.view one.xingyi.reference3.person.client.viewcompanion -
-
Uses of PersonNameView in one.xingyi.reference3.person.client.view
Classes in one.xingyi.reference3.person.client.view that implement PersonNameView Modifier and Type Class Description classPersonNameViewImplMethods in one.xingyi.reference3.person.client.view that return PersonNameView Modifier and Type Method Description default PersonNameViewPersonNameView. withname(java.lang.String name)Methods in one.xingyi.reference3.person.client.view that return types with arguments of type PersonNameView Modifier and Type Method Description static java.util.concurrent.CompletableFuture<PersonNameView>PersonNameView. create(HttpServiceCompletableFuture service, java.lang.String id)static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PersonNameView>>PersonNameView. create(HttpServiceCompletableFuture service, PersonNameView view)static java.util.concurrent.CompletableFuture<PersonNameView>PersonNameView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonNameView,PersonNameView> fn)default one.xingyi.core.optics.Lens<PersonNameView,java.lang.String>PersonNameView. nameLens()static java.util.concurrent.CompletableFuture<PersonNameView>PersonNameView. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonNameView,PersonNameView> fn)one.xingyi.core.client.IXingYi<IPersonClientEntity,PersonNameView>PersonNameViewImpl. xingYi()Methods in one.xingyi.reference3.person.client.view with parameters of type PersonNameView Modifier and Type Method Description static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PersonNameView>>PersonNameView. create(HttpServiceCompletableFuture service, PersonNameView view)Method parameters in one.xingyi.reference3.person.client.view with type arguments of type PersonNameView Modifier and Type Method Description static java.util.concurrent.CompletableFuture<PersonNameView>PersonNameView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonNameView,PersonNameView> fn)static java.util.concurrent.CompletableFuture<PersonNameView>PersonNameView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonNameView,PersonNameView> fn)static <T> java.util.concurrent.CompletableFuture<T>PersonNameView. get(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonNameView,T> fn)static <T> java.util.concurrent.CompletableFuture<java.util.Optional<T>>PersonNameView. getOptional(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonNameView,T> fn)static java.util.concurrent.CompletableFuture<PersonNameView>PersonNameView. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonNameView,PersonNameView> fn)static java.util.concurrent.CompletableFuture<PersonNameView>PersonNameView. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonNameView,PersonNameView> fn)Constructor parameters in one.xingyi.reference3.person.client.view with type arguments of type PersonNameView Constructor Description PersonNameViewImpl(one.xingyi.core.client.IXingYi<IPersonClientEntity,PersonNameView> xingYi, java.lang.Object mirror) -
Uses of PersonNameView in one.xingyi.reference3.person.client.viewcompanion
Methods in one.xingyi.reference3.person.client.viewcompanion that return PersonNameView Modifier and Type Method Description PersonNameViewPersonNameViewCompanion. 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 PersonNameView Modifier and Type Method Description <T> java.util.concurrent.CompletableFuture<T>PersonNameViewCompanion. primitive(HttpServiceCompletableFuture httpService, java.lang.String method, java.lang.String url, java.util.function.Function<PersonNameView,T> fn)
-