Uses of Interface
one.xingyi.rest2test.client.view.PrimitiveView
-
Packages that use PrimitiveView Package Description one.xingyi.rest2test.client.view one.xingyi.rest2test.client.viewcompanion -
-
Uses of PrimitiveView in one.xingyi.rest2test.client.view
Classes in one.xingyi.rest2test.client.view that implement PrimitiveView Modifier and Type Class Description classPrimitiveViewImplMethods in one.xingyi.rest2test.client.view that return PrimitiveView Modifier and Type Method Description default PrimitiveViewPrimitiveView. withbool(java.lang.Boolean bool)default PrimitiveViewPrimitiveView. withbooleanBoxed(java.lang.Boolean booleanBoxed)default PrimitiveViewPrimitiveView. withbooleanList(one.xingyi.core.client.ISimpleList<java.lang.Boolean> booleanList)default PrimitiveViewPrimitiveView. withdoub(java.lang.Double doub)default PrimitiveViewPrimitiveView. withdoubleBoxed(java.lang.Double doubleBoxed)default PrimitiveViewPrimitiveView. withdoubleList(one.xingyi.core.client.ISimpleList<java.lang.Double> doubleList)default PrimitiveViewPrimitiveView. withinteger(java.lang.Integer integer)default PrimitiveViewPrimitiveView. withintegerBoxed(java.lang.Integer integerBoxed)default PrimitiveViewPrimitiveView. withintegerList(one.xingyi.core.client.ISimpleList<java.lang.Integer> integerList)default PrimitiveViewPrimitiveView. withname(java.lang.String name)default PrimitiveViewPrimitiveView. withstringList(one.xingyi.core.client.ISimpleList<java.lang.String> stringList)Methods in one.xingyi.rest2test.client.view that return types with arguments of type PrimitiveView Modifier and Type Method Description default one.xingyi.core.optics.Lens<PrimitiveView,java.lang.Boolean>PrimitiveView. booleanBoxedLens()default one.xingyi.core.optics.Lens<PrimitiveView,one.xingyi.core.client.ISimpleList<java.lang.Boolean>>PrimitiveView. booleanListLens()default one.xingyi.core.optics.Lens<PrimitiveView,java.lang.Boolean>PrimitiveView. boolLens()static java.util.concurrent.CompletableFuture<PrimitiveView>PrimitiveView. create(HttpServiceCompletableFuture service, java.lang.String id)static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PrimitiveView>>PrimitiveView. create(HttpServiceCompletableFuture service, PrimitiveView view)default one.xingyi.core.optics.Lens<PrimitiveView,java.lang.Double>PrimitiveView. doubleBoxedLens()default one.xingyi.core.optics.Lens<PrimitiveView,one.xingyi.core.client.ISimpleList<java.lang.Double>>PrimitiveView. doubleListLens()default one.xingyi.core.optics.Lens<PrimitiveView,java.lang.Double>PrimitiveView. doubLens()static java.util.concurrent.CompletableFuture<PrimitiveView>PrimitiveView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PrimitiveView,PrimitiveView> fn)default one.xingyi.core.optics.Lens<PrimitiveView,java.lang.Integer>PrimitiveView. integerBoxedLens()default one.xingyi.core.optics.Lens<PrimitiveView,java.lang.Integer>PrimitiveView. integerLens()default one.xingyi.core.optics.Lens<PrimitiveView,one.xingyi.core.client.ISimpleList<java.lang.Integer>>PrimitiveView. integerListLens()default one.xingyi.core.optics.Lens<PrimitiveView,java.lang.String>PrimitiveView. nameLens()static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PrimitiveView>>PrimitiveView. prototypeNoId(HttpServiceCompletableFuture service, java.util.function.Function<PrimitiveView,PrimitiveView> fn)default one.xingyi.core.optics.Lens<PrimitiveView,one.xingyi.core.client.ISimpleList<java.lang.String>>PrimitiveView. stringListLens()one.xingyi.core.client.IXingYi<IPrimitivesClientEntity,PrimitiveView>PrimitiveViewImpl. xingYi()Methods in one.xingyi.rest2test.client.view with parameters of type PrimitiveView Modifier and Type Method Description static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PrimitiveView>>PrimitiveView. create(HttpServiceCompletableFuture service, PrimitiveView view)Method parameters in one.xingyi.rest2test.client.view with type arguments of type PrimitiveView Modifier and Type Method Description static java.util.concurrent.CompletableFuture<PrimitiveView>PrimitiveView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PrimitiveView,PrimitiveView> fn)static java.util.concurrent.CompletableFuture<PrimitiveView>PrimitiveView. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PrimitiveView,PrimitiveView> fn)static <T> java.util.concurrent.CompletableFuture<T>PrimitiveView. get(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PrimitiveView,T> fn)static <T> java.util.concurrent.CompletableFuture<java.util.Optional<T>>PrimitiveView. getOptional(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PrimitiveView,T> fn)static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PrimitiveView>>PrimitiveView. prototypeNoId(HttpServiceCompletableFuture service, java.util.function.Function<PrimitiveView,PrimitiveView> fn)static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PrimitiveView>>PrimitiveView. prototypeNoId(HttpServiceCompletableFuture service, java.util.function.Function<PrimitiveView,PrimitiveView> fn)Constructor parameters in one.xingyi.rest2test.client.view with type arguments of type PrimitiveView Constructor Description PrimitiveViewImpl(one.xingyi.core.client.IXingYi<IPrimitivesClientEntity,PrimitiveView> xingYi, java.lang.Object mirror) -
Uses of PrimitiveView in one.xingyi.rest2test.client.viewcompanion
Methods in one.xingyi.rest2test.client.viewcompanion that return PrimitiveView Modifier and Type Method Description PrimitiveViewPrimitiveViewCompanion. make(one.xingyi.core.client.IXingYi xingYi, java.lang.Object mirror)Method parameters in one.xingyi.rest2test.client.viewcompanion with type arguments of type PrimitiveView Modifier and Type Method Description <T> java.util.concurrent.CompletableFuture<T>PrimitiveViewCompanion. primitive(HttpServiceCompletableFuture httpService, java.lang.String method, java.lang.String url, java.util.function.Function<PrimitiveView,T> fn)
-