Package kong.unirest.core
Class Times.Exactly
- java.lang.Object
-
- kong.unirest.core.Times
-
- kong.unirest.core.Times.Exactly
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class kong.unirest.core.Times
Times.EvaluationResult
-
-
Field Summary
Fields Modifier and Type Field Description private int
times
-
Constructor Summary
Constructors Constructor Description Exactly(int times)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Times.EvaluationResult
matches(int number)
-
Methods inherited from class kong.unirest.core.Times
atLeast, atLeastOnce, atMost, exactly, exactlyOnce, never
-
-
-
-
Method Detail
-
matches
public Times.EvaluationResult matches(int number)
-
-