Interface IObjectList<T>
-
- All Superinterfaces:
IObjectCollection<T>,IObjectIterable<T>,IObjectListProvider<T>,java.lang.Iterable<T>
- All Known Subinterfaces:
IMutableObjectList<T>
- All Known Implementing Classes:
AbstractObjectList,ObjectList
public interface IObjectList<T> extends IObjectListProvider<T>, IObjectCollection<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IStream<T,java.lang.RuntimeException>stream()-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollection
isEmpty, size, toCollection, toList, values
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach, iterator
-
-
-
-
Method Detail
-
stream
default IStream<T,java.lang.RuntimeException> stream()
- Specified by:
streamin interfaceIObjectCollection<T>- Specified by:
streamin interfaceIObjectListProvider<T>
-
-