- elementAt(int) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListTransformer
-
- elementAt(int) - Static method in class com.github.dakusui.pcond.forms.Functions
-
- empty() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
-
- enableDebugLog() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration.Debugging
-
- enclosed() - Method in interface com.github.dakusui.pcond.core.Evaluable.CurriedContextPred
-
- endingWith(String) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
-
- endsWith(String) - Static method in class com.github.dakusui.pcond.forms.Predicates
-
- ensure(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Checks a value if it meets a requirement specified by cond
.
- ensure(T, Predicate<? super T>, Function<String, Throwable>) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Checks a value if it meets a requirement specified by cond
.
- ensureNonNull(T) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Checks a value if it is not null
.
- ensureState(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Checks a value if it meets a requirement specified by cond
.
- ensureValue(V, Predicate<? super V>, Function<V, String>) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
-
- eq(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
-
- equals(Object) - Method in class com.github.dakusui.pcond.core.identifieable.Identifiable.Base
-
- equalsIgnoreCase(String) - Static method in class com.github.dakusui.pcond.forms.Predicates
-
- equalTo(Object) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectChecker
-
Checks the object with an argument if they are "equal", using equalTo
method.
- equalTo(N) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ComparableNumberChecker
-
- equalTo(String) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
-
- equalTo(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
-
- equalToIgnoringCase(String) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
-
- Evaluable<T> - Interface in com.github.dakusui.pcond.core
-
An interface that models "forms".
- evaluable() - Method in class com.github.dakusui.pcond.core.EvaluableIo
-
- Evaluable.Composite<T> - Interface in com.github.dakusui.pcond.core
-
A base interface for conjunction (and) and disjunction (or) of predicates.
- Evaluable.Conjunction<T> - Interface in com.github.dakusui.pcond.core
-
An interface to model a conjunction (and
, &&
) predicate.
- Evaluable.CurriedContextPred - Interface in com.github.dakusui.pcond.core
-
- Evaluable.Disjunction<T> - Interface in com.github.dakusui.pcond.core
-
An interface to model a disjunction (or
, ||
) predicate.
- Evaluable.Func<T> - Interface in com.github.dakusui.pcond.core
-
An interface to model a function (
Function
) in the evaluation framework
of the
pcond
.
- Evaluable.LeafPred<T> - Interface in com.github.dakusui.pcond.core
-
An interface to model a simple predicate in the evaluation framework.
- Evaluable.Negation<T> - Interface in com.github.dakusui.pcond.core
-
An interface to model a negation (not
, negate
, !
) of a predicate.
- Evaluable.Pred<T> - Interface in com.github.dakusui.pcond.core
-
A base interface to model all the predicates in the model of the evaluation
framework.
- Evaluable.StreamPred<E> - Interface in com.github.dakusui.pcond.core
-
An interface to model a predicate for
Stream
.
- Evaluable.Transformation<T,R> - Interface in com.github.dakusui.pcond.core
-
An interface to model a "transforming predicate", which models the "transform and check" style of value validation.
- EvaluableIo<I,E extends Evaluable<I>,O> - Class in com.github.dakusui.pcond.core
-
- EvaluableIo(ValueHolder<I>, EvaluationEntry.Type, E) - Constructor for class com.github.dakusui.pcond.core.EvaluableIo
-
- EvaluableIo(ValueHolder<I>, EvaluationEntry.Type, String, E) - Constructor for class com.github.dakusui.pcond.core.EvaluableIo
-
- evaluableIo() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
-
- evaluableType() - Method in class com.github.dakusui.pcond.core.EvaluableIo
-
- evaluate(EvaluableIo<T, E, O>, BiFunction<E, ValueHolder<T>, ValueHolder<O>>) - Method in class com.github.dakusui.pcond.core.EvaluationContext
-
- evaluate(EvaluationEntry.Type, EvaluableIo<T, E, O>, BiFunction<E, ValueHolder<T>, ValueHolder<O>>) - Method in class com.github.dakusui.pcond.core.EvaluationContext
-
- evaluate(EvaluationEntry.Type, EvaluableIo<T, E, O>, Function<EvaluableIo<T, E, O>, ValueHolder<O>>) - Method in class com.github.dakusui.pcond.core.EvaluationContext
-
- evaluate(EvaluationEntry.Type, String, EvaluableIo<T, E, O>, Function<EvaluableIo<T, E, O>, ValueHolder<O>>) - Method in class com.github.dakusui.pcond.core.EvaluationContext
-
- evaluateConjunction(EvaluableIo<T, Evaluable.Conjunction<T>, Boolean>, EvaluationContext<T>) - Method in interface com.github.dakusui.pcond.core.Evaluator
-
Evaluates value
with conjunction
predicate ("and").
- evaluateConjunction(EvaluableIo<T, Evaluable.Conjunction<T>, Boolean>, EvaluationContext<T>) - Method in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- evaluateCurriedContextPredicate(EvaluableIo<CurriedContext, Evaluable.CurriedContextPred, Boolean>, EvaluationContext<CurriedContext>) - Method in interface com.github.dakusui.pcond.core.Evaluator
-
Evaluates value
with a context predicate.
- evaluateCurriedContextPredicate(EvaluableIo<CurriedContext, Evaluable.CurriedContextPred, Boolean>, EvaluationContext<CurriedContext>) - Method in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- evaluateDisjunction(EvaluableIo<T, Evaluable.Disjunction<T>, Boolean>, EvaluationContext<T>) - Method in interface com.github.dakusui.pcond.core.Evaluator
-
Evaluates value
with a disjunction
predicate ("or").
- evaluateDisjunction(EvaluableIo<T, Evaluable.Disjunction<T>, Boolean>, EvaluationContext<T>) - Method in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- evaluateFunction(EvaluableIo<T, Evaluable.Func<T>, R>, EvaluationContext<T>) - Method in interface com.github.dakusui.pcond.core.Evaluator
-
Evaluates value
with a "function" predicate.
- evaluateFunction(EvaluableIo<T, Evaluable.Func<T>, R>, EvaluationContext<T>) - Method in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- evaluateLeaf(EvaluableIo<T, Evaluable.LeafPred<T>, Boolean>, EvaluationContext<T>) - Method in interface com.github.dakusui.pcond.core.Evaluator
-
Evaluates value
with a leaf predicate.
- evaluateLeaf(EvaluableIo<T, Evaluable.LeafPred<T>, Boolean>, EvaluationContext<T>) - Method in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- evaluateNegation(EvaluableIo<T, Evaluable.Negation<T>, Boolean>, EvaluationContext<T>) - Method in interface com.github.dakusui.pcond.core.Evaluator
-
Evaluates value
with a negation
predicate ("not").
- evaluateNegation(EvaluableIo<T, Evaluable.Negation<T>, Boolean>, EvaluationContext<T>) - Method in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- evaluateStreamPredicate(EvaluableIo<Stream<E>, Evaluable.StreamPred<E>, Boolean>, EvaluationContext<Stream<E>>) - Method in interface com.github.dakusui.pcond.core.Evaluator
-
Evaluates value
with a predicate for a stream.
- evaluateStreamPredicate(EvaluableIo<Stream<E>, Evaluable.StreamPred<E>, Boolean>, EvaluationContext<Stream<E>>) - Method in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- evaluateTransformation(EvaluableIo<T, Evaluable.Transformation<T, R>, Boolean>, EvaluationContext<T>) - Method in interface com.github.dakusui.pcond.core.Evaluator
-
Evaluates value
with a "transformation" predicate.
- evaluateTransformation(EvaluableIo<T, Evaluable.Transformation<T, R>, Boolean>, EvaluationContext<T>) - Method in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- EVALUATION_SKIPPED - Static variable in class com.github.dakusui.pcond.core.Evaluator.Impl
-
- EvaluationContext<T> - Class in com.github.dakusui.pcond.core
-
The new design:
- EvaluationContext() - Constructor for class com.github.dakusui.pcond.core.EvaluationContext
-
- EvaluationContext(EvaluationContext<?>) - Constructor for class com.github.dakusui.pcond.core.EvaluationContext
-
- EvaluationEntry - Class in com.github.dakusui.pcond.core
-
A class to hold an entry of execution history of the
Evaluator
.
- EvaluationEntry.Impl - Class in com.github.dakusui.pcond.core
-
- EvaluationEntry.Type - Enum in com.github.dakusui.pcond.core
-
- evaluationSkipped() - Method in class com.github.dakusui.pcond.core.ValueHolder
-
- Evaluator - Interface in com.github.dakusui.pcond.core
-
A visitor interface that defines a mechanism to "evaluate" printable predicates.
- Evaluator.Explainable - Interface in com.github.dakusui.pcond.core
-
An interface to define methods that make a predicate "explainable" to humans.
- Evaluator.Impl - Class in com.github.dakusui.pcond.core
-
- Evaluator.Snapshottable - Interface in com.github.dakusui.pcond.core
-
If an input or an output value object of a form implements this interface,
The value returned by
snapshot
method is stored in a
EvaluationEntry
record, instead of the value itself.
- ExceptionComposer - Interface in com.github.dakusui.pcond.validator
-
An interface to define how an exception is composed based on a given message,
a class of a condition that the value violates (non-null constraint, invalid state,
input validation), and the context the violation happened (pre-, post-condition check,
test-assertion, etc.).
- exceptionComposer() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration
-
Returns an exception composer, which is responsible for creating an exception
object of an appropriate type for a context.
- ExceptionComposer.Base - Interface in com.github.dakusui.pcond.validator
-
An interface that defines common methods that an object returned by each method
in the
ExceptionComposer
has.
- ExceptionComposer.ForAssertion - Interface in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForAssertion.Default - Class in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForEnsure - Interface in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForEnsure.Default - Class in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForRequire - Interface in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForRequire.Default - Class in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForTestAssertion - Interface in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForTestAssertion.JUnit4 - Class in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForTestAssertion.Opentest4J - Class in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForValidate - Interface in com.github.dakusui.pcond.validator
-
- ExceptionComposer.ForValidate.Default - Class in com.github.dakusui.pcond.validator
-
- ExceptionComposer.Impl - Class in com.github.dakusui.pcond.validator
-
- ExceptionComposer.Utils - Enum in com.github.dakusui.pcond.validator
-
- ExceptionComposer.Utils.ReflectiveExceptionFactory<T extends Throwable> - Interface in com.github.dakusui.pcond.validator
-
- exceptionComposerForAssert(ExceptionComposer.ForAssertion) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
-
- exceptionComposerForAssertThat(ExceptionComposer.ForTestAssertion) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
-
- exceptionComposerForEnsure(ExceptionComposer.ForEnsure) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
-
- exceptionComposerForRequire(ExceptionComposer.ForRequire) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
-
- exceptionForGeneralViolation(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.Base
-
A method to compose an exception for a general violation.
- exceptionForGeneralViolation(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForEnsure
-
- exceptionForGeneralViolation(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForRequire
-
- exceptionForGeneralViolation(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForValidate
-
- exceptionForIllegalArgument(String) - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.ForRequire.Default
-
- exceptionForIllegalArgument(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForRequire
-
- exceptionForIllegalArgument(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForValidate
-
- exceptionForIllegalState(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.Base
-
A method to compose an exception for a "State-violation".
- exceptionForNonNullViolation(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.Base
-
A method to compose an exception for a "Null-violation".
- exceptionInvariantConditionViolation(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForAssertion
-
- exceptionPostconditionViolation(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForAssertion
-
- exceptionPreconditionViolation(String) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForAssertion
-
- exceptionThrown(Throwable) - Method in class com.github.dakusui.pcond.core.ValueHolder
-
- executionFailure(String, Throwable) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
-
- executionFailure(Explanation, Throwable) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
-
- expected() - Method in class com.github.dakusui.pcond.validator.Explanation
-
- expectException(Class<O>, Function<? super R, ?>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
-
- expectingException(Class<E>, Function<? super T, ?>) - Static method in class com.github.dakusui.pcond.forms.Functions
-
Returns a function that converts an input value to an exception object, which is thrown by func
, when it is applied.
- ExplainablePredicate<V> - Class in com.github.dakusui.pcond.core.printable
-
- ExplainablePredicate(Supplier<String>, Predicate<? super V>) - Constructor for class com.github.dakusui.pcond.core.printable.ExplainablePredicate
-
- explainableStringIsEqualTo(String) - Static method in class com.github.dakusui.pcond.core.printable.ExplainablePredicate
-
- explainActual(Object) - Method in interface com.github.dakusui.pcond.core.Evaluator.Explainable
-
- explainActual(EvaluableIo<T, E, ?>) - Static method in interface com.github.dakusui.pcond.core.Evaluator.Explainable
-
- explainActual(Object) - Method in class com.github.dakusui.pcond.core.printable.ExplainablePredicate
-
- explainActual(Object) - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
-
- explainInputActualValue(Object, Object) - Static method in interface com.github.dakusui.pcond.core.Evaluator.Explainable
-
- explainOutputExpectation() - Method in interface com.github.dakusui.pcond.core.Evaluator.Explainable
-
- explainOutputExpectation(Object, EvaluableIo<?, ?, ?>) - Static method in interface com.github.dakusui.pcond.core.Evaluator.Explainable
-
- explainOutputExpectation() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
-
- explainValue(Object) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
-
- Explanation - Class in com.github.dakusui.pcond.validator
-
- Explanation(String) - Constructor for class com.github.dakusui.pcond.validator.Explanation
-
- Explanation(String, ReportComposer.Report, ReportComposer.Report) - Constructor for class com.github.dakusui.pcond.validator.Explanation
-
- explanationFromMessage(String) - Method in interface com.github.dakusui.pcond.validator.ReportComposer
-
- validate(T, Predicate<? super T>, ExceptionComposer.ForValidate) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Validates the given value
.
- validate(T, Predicate<? super T>, Function<String, Throwable>) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Validates the given variable value
.
- validate_2(T, Predicate<? super T>, Validator.ExceptionFactory<Throwable>) - Method in interface com.github.dakusui.pcond.validator.Validator
-
- validateArg(V) - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
-
- validateArgument(T, Predicate<? super T>, ExceptionComposer.ForValidate) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Validates the given argument variable value
.
- validateNonNull(T, ExceptionComposer.ForValidate) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Validates the given value
.
- validateParamOrderList(List<Integer>, int) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
-
- validateState(T, Predicate<? super T>, ExceptionComposer.ForValidate) - Method in interface com.github.dakusui.pcond.validator.Validator
-
Validates the given state variable value
.
- ValidationException - Exception in com.github.dakusui.pcond.validator.exceptions
-
A default exception intended to be used, when a user-defined requirement is not satisfied.
- ValidationException(String) - Constructor for exception com.github.dakusui.pcond.validator.exceptions.ValidationException
-
- Validator - Interface in com.github.dakusui.pcond.validator
-
An interface of a policy for behaviours on 'contract violations'.
- Validator.Configuration - Interface in com.github.dakusui.pcond.validator
-
- Validator.Configuration.Builder - Class in com.github.dakusui.pcond.validator
-
- Validator.Configuration.Debugging - Interface in com.github.dakusui.pcond.validator
-
When com.github.dakusui.pcond.debug
is not true
, it is assumed that those methods in this interface return false
.
- Validator.Configuration.Utils - Enum in com.github.dakusui.pcond.validator
-
- Validator.ExceptionFactory<E extends Throwable> - Interface in com.github.dakusui.pcond.validator
-
- Validator.Impl - Class in com.github.dakusui.pcond.validator
-
- value() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
-
- value() - Method in class com.github.dakusui.pcond.core.ValueHolder
-
- value() - Static method in class com.github.dakusui.pcond.forms.Functions
-
A method to return a value for a "casting placeholder value".
- valueAt(int) - Method in interface com.github.dakusui.pcond.experimentals.currying.context.CurriedContext
-
Returns the context value specified by the index.
- ValueHolder<V> - Class in com.github.dakusui.pcond.core
-
- ValueHolder - Interface in com.github.dakusui.pcond.fluent
-
A base interface for values for which independent report records should not be composed.
- ValueHolder.State - Enum in com.github.dakusui.pcond.core
-
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.DebuggingUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.EvaluationEntry.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.fluent.Matcher.JunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory.Parameterized
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory.Simple
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.Leaf
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.ParameterizedLeafFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.refl.MethodSelector.Utils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.refl.ReflUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.core.ValueHolder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.experimentals.currying.Checks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContext.PrivateUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContextUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurryingUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.experimentals.currying.multi.MultiFunctionUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.experimentals.cursor.Cursors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.forms.Printables
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.validator.ExceptionComposer.Utils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.validator.ReportComposer.Utils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.dakusui.pcond.validator.Validator.Configuration.Utils
-
Returns the enum constant of this type with the specified name.
- valueReturned(V) - Method in class com.github.dakusui.pcond.core.ValueHolder
-
- values() - Static method in enum com.github.dakusui.pcond.core.DebuggingUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.EvaluationEntry.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.fluent.Matcher.JunctionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory.Parameterized
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory.Simple
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.Leaf
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.ParameterizedLeafFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.refl.MethodSelector.Utils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.refl.ReflUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.core.ValueHolder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.experimentals.currying.Checks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContext.PrivateUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface com.github.dakusui.pcond.experimentals.currying.context.CurriedContext
-
Returns context values.
- values() - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContextUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurryingUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.experimentals.currying.multi.MultiFunctionUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.experimentals.cursor.Cursors
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.forms.Printables
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.validator.ExceptionComposer.Utils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.validator.ReportComposer.Utils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.dakusui.pcond.validator.Validator.Configuration.Utils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToCut() - Method in interface com.github.dakusui.pcond.core.Evaluable.StreamPred
-
Returns a value to make a "cut" happen.
- valueToCut() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.StreamPredicate
-
- variableBundlePredicate(Predicate<T>, int) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
-