Uses of Class
org.eclipse.emf.ecp.common.spi.asserts.Assert

Packages that use Assert
org.eclipse.emf.ecp.common.spi.asserts   
 

Uses of Assert in org.eclipse.emf.ecp.common.spi.asserts
 

Methods in org.eclipse.emf.ecp.common.spi.asserts that return Assert
static
<T> Assert<T>
Assert.create(T object)
           
 Assert<T> Assert.notNull()
          Checks if the object is null, in which case an IllegalArgumentException is thrown.
 Assert<?> Assert.ofClass(Class<?> clazz)
          Checks if the object has a different type than the Class provided as parameter, in which case an IllegalArgumentException is thrown.
 



Copyright © 2015. All Rights Reserved.