Packages

 

com.aspose.cad.fileformats.ifc

Class IfcPredicate<T>

  • java.lang.Object
    • com.aspose.ms.System.Delegate
      • com.aspose.ms.System.MulticastDelegate
        • com.aspose.cad.fileformats.ifc.IfcPredicate<T>


  • public abstract class IfcPredicate<T>
    extends com.aspose.ms.System.MulticastDelegate
    • Constructor Summary

      Constructors 
      Constructor and Description
      IfcPredicate() 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract boolean invoke(T arg) 
      • Methods inherited from class com.aspose.ms.System.MulticastDelegate

        getDelegateId, getInvocationList, op_Equality, op_Inequality
      • Methods inherited from class com.aspose.ms.System.Delegate

        combine, combine, op_Equality, op_Inequality, peekOutRefParam, peekResult, remove, removeAll, setException, throwException
    • Constructor Detail

      • IfcPredicate

        public IfcPredicate()
    • Method Detail

      • invoke

        public abstract boolean invoke(T arg)