Package com.wagnerandade.coollection.matcher.custom

Examples of com.wagnerandade.coollection.matcher.custom.IsNull


  public static Matcher lessThan(Number value) {
    return new LessThan(value);
  }
 
  public static Matcher isNull() {
    return new IsNull();
  }
View Full Code Here

TOP

Related Classes of com.wagnerandade.coollection.matcher.custom.IsNull

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.