Uses of Interface
io.ciera.runtime.summit.types.IWhere
-
Packages that use IWhere Package Description io.ciera.runtime.summit.types -
-
Uses of IWhere in io.ciera.runtime.summit.types
Methods in io.ciera.runtime.summit.types with parameters of type IWhere Modifier and Type Method Description EIList. anyWhere(IWhere<E> condition)EISet. anyWhere(IWhere<E> condition)EList. anyWhere(IWhere<E> condition)ESet. anyWhere(IWhere<E> condition)default IXtumlTypeIXtumlType. oneWhere(IWhere<IXtumlType> condition)IList<E>IList. where(IWhere<E> condition)ISet<E>ISet. where(IWhere<E> condition)IList<E>List. where(IWhere<E> condition)ISet<E>Set. where(IWhere<E> condition)
-