Uses of Interface
one.xingyi.core.optics.Lens
-
Packages that use Lens Package Description one.xingyi.core.client one.xingyi.core.marshelling one.xingyi.core.optics one.xingyi.core.optics.lensLanguage -
-
Uses of Lens in one.xingyi.core.client
Methods in one.xingyi.core.client that return Lens Modifier and Type Method Description static <J> Lens<java.util.List<J>,IResourceList<J>>IResourceList. listlens()<ChildEntity extends IXingYiClientResource,ChildView extends IXingYiView<ChildEntity>>
Lens<View,IResourceList<ChildView>>IXingYi. listLens(IXingYiClientFactory<Entity,View> maker, IXingYiClientFactory<ChildEntity,ChildView> childMaker, java.lang.String name)<ChildEntity extends IXingYiClientResource,ChildView extends IXingYiView<ChildEntity>>
Lens<View,IResourceList<ChildView>>LensLinesXingYi. listLens(IXingYiClientFactory<Entity,View> maker, IXingYiClientFactory<ChildEntity,ChildView> childMaker, java.lang.String name)<ChildEntity extends IXingYiClientResource,ChildView extends IXingYiView<ChildEntity>>
Lens<View,ChildView>IXingYi. objectLens(IXingYiClientFactory<Entity,View> maker, IXingYiClientFactory<ChildEntity,ChildView> childMaker, java.lang.String name)<ChildEntity extends IXingYiClientResource,ChildView extends IXingYiView<ChildEntity>>
Lens<View,ChildView>LensLinesXingYi. objectLens(IXingYiClientFactory<Entity,View> maker, IXingYiClientFactory<ChildEntity,ChildView> childMaker, java.lang.String name)Lens<View,java.lang.String>IXingYi. stringLens(IXingYiClientFactory<Entity,View> maker, java.lang.String name)Lens<View,java.lang.String>LensLinesXingYi. stringLens(IXingYiClientFactory<Entity,View> maker, java.lang.String name) -
Uses of Lens in one.xingyi.core.marshelling
Methods in one.xingyi.core.marshelling that return Lens Modifier and Type Method Description Lens<J,J>JsonParserAndWriter. lensToChild(java.lang.String childname)Lens<J,java.lang.Double>JsonParserAndWriter. lensToDouble(java.lang.String name)Lens<J,java.lang.Integer>JsonParserAndWriter. lensToInteger(java.lang.String name)<T> Lens<J,IResourceList<T>>JsonParserAndWriter. lensToResourceList(java.lang.String name)Lens<J,java.lang.String>JsonParserAndWriter. lensToString(java.lang.String name) -
Uses of Lens in one.xingyi.core.optics
Methods in one.xingyi.core.optics that return Lens Modifier and Type Method Description <C> Lens<A,C>Lens. andThen(Lens<B,C> lens)static <A,B>
Lens<A,B>Lens. cast()static <A,B>
Lens<A,B>Lens. create(Getter<A,B> get, Setter<A,B> set)static <A> Lens<A,A>Lens. identity()Methods in one.xingyi.core.optics with parameters of type Lens Modifier and Type Method Description <C> Lens<A,C>Lens. andThen(Lens<B,C> lens) -
Uses of Lens in one.xingyi.core.optics.lensLanguage
Methods in one.xingyi.core.optics.lensLanguage that return Lens Modifier and Type Method Description <J> Lens<J,java.lang.Double>DoubleLensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,T>FirstItemInListDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,T>IdentityDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,java.lang.Integer>IntegerLensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,T>ItemAsListDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,T>LensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,IResourceList<T>>ListLensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,java.lang.String>StringLensDefn. asLens(JsonParserAndWriter<J> json)<J> Lens<J,java.lang.Object>ViewLensDefn. asLens(JsonParserAndWriter<J> json)Lens<J,java.lang.Integer>LensStore. integerLens(java.lang.String lensName)Lens<J,IResourceList<J>>LensStore. listLens(java.lang.String lensName)Lens<J,java.lang.String>LensStore. stringLens(java.lang.String lensName)
-