Uses of Interface
net.anwiba.commons.lang.collection.IObjectList
Packages that use IObjectList
-
Uses of IObjectList in net.anwiba.commons.lang.collection
Subinterfaces of IObjectList in net.anwiba.commons.lang.collectionClasses in net.anwiba.commons.lang.collection that implement IObjectListMethods in net.anwiba.commons.lang.collection that return IObjectListModifier and TypeMethodDescriptionObjectListBuilder.build()static <T> IObjectList<T>ObjectList.empty()static <T> IObjectList<T>ObjectList.of(T value) Constructors in net.anwiba.commons.lang.collection with parameters of type IObjectList -
Uses of IObjectList in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream that return IObjectListModifier and TypeMethodDescription<O> IObjectList<O>FailedStream.asObjectList()<O> IObjectList<O>IStream.asObjectList()