Uses of Interface
one.xingyi.core.client.ISimpleList
-
Packages that use ISimpleList Package Description one.xingyi.core.client one.xingyi.core.marshelling one.xingyi.core.optics.lensLanguage -
-
Uses of ISimpleList in one.xingyi.core.client
Subinterfaces of ISimpleList in one.xingyi.core.client Modifier and Type Interface Description interfaceIResourceList<T>Classes in one.xingyi.core.client that implement ISimpleList Modifier and Type Class Description classJsonResourceList<J,T>classMirroredResourceList<T>Fields in one.xingyi.core.client declared as ISimpleList Modifier and Type Field Description static ISimpleList<java.lang.Object>ISimpleList. emptyMethods in one.xingyi.core.client that return ISimpleList Modifier and Type Method Description ISimpleList<T>ISimpleList. append(T t)static <T> ISimpleList<T>ISimpleList. create(T... ts)static <T> ISimpleList<T>ISimpleList. empty()static <T> ISimpleList<T>ISimpleList. fromList(java.util.List<T> ts)ISimpleList<T>ISimpleList. withItem(int n, T t)Methods in one.xingyi.core.client that return types with arguments of type ISimpleList Modifier and Type Method Description <T> Lens<View,ISimpleList<T>>IXingYi. simpleListLens(IXingYiClientFactory<Entity,View> maker, java.lang.String name)<T> Lens<View,ISimpleList<T>>LensLinesXingYi. simpleListLens(IXingYiClientFactory<Entity,View> maker, java.lang.String name) -
Uses of ISimpleList in one.xingyi.core.marshelling
Methods in one.xingyi.core.marshelling that return ISimpleList Modifier and Type Method Description ISimpleList<java.lang.Boolean>JsonParser. asSimpleBooleanList(J j)default ISimpleList<java.lang.Boolean>JsonParser. asSimpleBooleanList(J j, java.lang.String name)ISimpleList<java.lang.Double>JsonParser. asSimpleDoubleList(J j)default ISimpleList<java.lang.Double>JsonParser. asSimpleDoubleList(J j, java.lang.String name)ISimpleList<java.lang.Integer>JsonParser. asSimpleIntegerList(J j)default ISimpleList<java.lang.Integer>JsonParser. asSimpleIntegerList(J j, java.lang.String name)ISimpleList<java.lang.String>JsonParser. asSimpleStringList(J j)default ISimpleList<java.lang.String>JsonParser. asSimpleStringList(J j, java.lang.String name)Methods in one.xingyi.core.marshelling that return types with arguments of type ISimpleList Modifier and Type Method Description <T> Lens<J,ISimpleList<T>>JsonParserAndWriter. lensToSimpleList(java.lang.String name, java.lang.String primitiveClassName)Methods in one.xingyi.core.marshelling with parameters of type ISimpleList Modifier and Type Method Description <T> JJsonWriter. makeSimpleList(ISimpleList<T> items) -
Uses of ISimpleList in one.xingyi.core.optics.lensLanguage
Methods in one.xingyi.core.optics.lensLanguage that return types with arguments of type ISimpleList Modifier and Type Method Description <J> Lens<J,ISimpleList<T>>SimpleListLensDefn. asLens(JsonParserAndWriter<J> json)<T> Lens<J,ISimpleList<T>>LensStore. simpleListLens(java.lang.String lensName)
-