Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Every (0.15 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    Object... values) { return new DescribedAs<T>(description, matcher, values); } } org/hamcrest/core/Every.java org/hamcrest/core/Every.java package org.hamcrest.core; import org.hamcrest.Description; import org.hamcrest.Factory; import org.hamcrest.Matcher; import org.hamcrest.TypeSafeDiagnosingMa; public class Every<T> extends TypeSafeDiagnosingMa<Iterable<T>> { private final Matcher<? super T> matcher; public Every(Matcher<? super T> matcher) { this.matcher= matcher; } @Override public boolean matchesSafely(Iterable<T>...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 31.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar

    org.hamcrest.Description); public static transient org.hamcrest.Matcher describedAs(String, org.hamcrest.Matcher, Object[]); static void <clinit>(); } org/hamcrest/core/Every.class package org.hamcrest.core; public synchronized class Every extends org.hamcrest.TypeSafeDiagnosingMa { private final org.hamcrest.Matcher matcher; public void Every(org.hamcrest.Matcher); public boolean matchesSafely(Iterable, org.hamcrest.Description); public void describeTo(org.hamcrest.Description); public static org.hamcrest.Matcher...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 44K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    With evalSubstringOf(String) - Method in class org.hamcrest.core.StringStartsWith evalSubstringOf(String) - Method in class org.hamcrest.core.SubstringMatcher Every<T> - Class in org.hamcrest.core Every(Matcher<? super T>) - Constructor for class org.hamcrest.core.Every everyItem(Matcher<U>) - Static method in class org.hamcrest.core.Every Creates a matcher for Iterables that only matches when a single pass over the examined Iterable yields items that are all matched by the specified itemMatcher....
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
Back to top