Package io.ciera.runtime.summit.types
Interface IList<E>
-
- All Superinterfaces:
Collection<E>,Iterable<E>,IXtumlType,List<E>
- All Known Implementing Classes:
List
public interface IList<E> extends List<E>, IXtumlType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eany()EanyWhere(IWhere<E> condition)IList<E>emptyList()EnullElement()IList<E>where(IWhere<E> condition)-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.types.IXtumlType
equality, inequality, oneWhere, serialize
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Method Detail
-
any
E any()
-
where
IList<E> where(IWhere<E> condition) throws XtumlException
- Throws:
XtumlException
-
anyWhere
E anyWhere(IWhere<E> condition) throws XtumlException
- Throws:
XtumlException
-
nullElement
E nullElement()
-
-