Package | Description |
---|---|
com.aspose.cad.fileformats.ifc |
Modifier and Type | Method and Description |
---|---|
T |
IfcCollection.firstOrDefault(IfcPredicate<T> predicate) |
IfcCollection<T> |
IfcCollection.where(IfcPredicate<T> predicate) |
<TOut> IfcCollection<TOut> |
IfcCollection.whereOfType(Class<TOut> typeOfTOut,
IfcPredicate<TOut> predicate) |