Skip navigation links
$ A B C D E F G H I J L M N O P R S T U V W 

$

$() - Method in interface com.github.dakusui.pcond.core.fluent.Checker
When you use an assertion method that accepts multiple statements (Statement), it requires all the elements in the array (varargs) should have the same generic parameter type.
$() - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Builder
 

A

AbstractObjectChecker<V extends Checker<V,T,R>,T,R> - Interface in com.github.dakusui.pcond.core.fluent
 
AbstractObjectTransformer<TX extends AbstractObjectTransformer<TX,V,T,R>,V extends AbstractObjectChecker<V,T,R>,T,R> - Interface in com.github.dakusui.pcond.core.fluent
 
accept(EvaluableIo<T, Evaluable<T>, O>, EvaluationContext<T>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable
Performs an evaluation of the evaluationContext with a given evaluator.
accept(EvaluableIo<T, Evaluable<T>, O>, EvaluationContext<T>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable.Conjunction
 
accept(EvaluableIo<CurriedContext, Evaluable<CurriedContext>, O>, EvaluationContext<CurriedContext>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable.CurriedContextPred
 
accept(EvaluableIo<T, Evaluable<T>, O>, EvaluationContext<T>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable.Disjunction
 
accept(EvaluableIo<T, Evaluable<T>, O>, EvaluationContext<T>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable.Func
 
accept(EvaluableIo<T, Evaluable<T>, O>, EvaluationContext<T>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable.LeafPred
 
accept(EvaluableIo<T, Evaluable<T>, O>, EvaluationContext<T>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable.Negation
 
accept(EvaluableIo<Stream<E>, Evaluable<Stream<E>>, O>, EvaluationContext<Stream<E>>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable.StreamPred
 
accept(EvaluableIo<T, Evaluable<T>, O>, EvaluationContext<T>, Evaluator) - Method in interface com.github.dakusui.pcond.core.Evaluable.Transformation
 
actual() - Method in class com.github.dakusui.pcond.validator.Explanation
 
actualInput() - Method in class com.github.dakusui.pcond.core.printable.ExplainablePredicate
 
addCheckPhrase(Function<Checker<?, R, R>, Predicate<R>>) - Method in interface com.github.dakusui.pcond.core.fluent.Checker
 
addCheckPhrase(Function<Checker<?, R, R>, Predicate<R>>) - Method in class com.github.dakusui.pcond.core.fluent.Checker.Base
 
addParameter(Class<?>) - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Builder
 
addParameters(List<Class<?>>) - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Builder
 
addPredicate(Function<Matcher<?, R, R>, Predicate<R>>) - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
addTransformAndCheckClause(Function<Transformer<?, ?, R, R>, Predicate<R>>) - Method in interface com.github.dakusui.pcond.core.fluent.Transformer
 
addTransformAndCheckClause(Function<Transformer<?, ?, R, R>, Predicate<R>>) - Method in class com.github.dakusui.pcond.core.fluent.Transformer.Base
 
allMatch(Predicate<E>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StreamChecker
 
allMatch(Predicate<E>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
allMatch(Predicate<E>) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
allOf() - Method in interface com.github.dakusui.pcond.core.fluent.Matcher
 
allOf() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
allOf(List<Predicate<? super T>>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
allOf(Predicate<? super P>...) - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate.Factory
 
allOf(Predicate<? super T>...) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
alwaysTrue() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
and(Predicate<? super T>) - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
and(List<Predicate<? super T>>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
and(Predicate<? super T>...) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
andThen(Function<? super R, ? extends V>) - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
andThen(MethodSelector) - Method in interface com.github.dakusui.pcond.core.refl.MethodSelector
Returns a composed MethodSelector that first applies this and then applies another.
anyMatch(Predicate<E>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StreamChecker
 
anyMatch(Predicate<E>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
anyMatch(Predicate<E>) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
anyOf() - Method in interface com.github.dakusui.pcond.core.fluent.Matcher
 
anyOf() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
anyOf(List<Predicate<? super T>>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
anyOf(Predicate<? super T>...) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
append(Object) - Method in interface com.github.dakusui.pcond.experimentals.currying.context.CurriedContext
Creates a new context with an appended value.
append(List<? super Object>, Object) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
apply(T) - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
apply(Class<T>, Explanation) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.Utils.ReflectiveExceptionFactory
 
applyAndTest(CurriedFunction<Object, Object>, Predicate<? super R>, Class<? extends R>, int...) - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContextUtils
 
applyCurriedFunction(CurriedFunction<Object, Object>, int...) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurryingUtils
 
applyFunction(T) - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
applyFunction(T) - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
applyFunction(Object) - Method in class com.github.dakusui.pcond.experimentals.currying.CurriedFunction.Impl
 
applyLast(T) - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
applyNext(T) - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
argIndex() - Method in interface com.github.dakusui.pcond.core.Evaluable.CurriedContextPred
 
args() - Method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
 
args() - Method in class com.github.dakusui.pcond.core.identifieable.Identifiable.Base
 
argsOf(Object) - Static method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
 
arguments() - Method in interface com.github.dakusui.pcond.core.refl.MethodQuery
 
arity() - Method in interface com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction
Returns the number of parameters that this function can take.
arity() - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Impl
 
arrayToList() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that converts a given array into a list.
asBoolean() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a Boolean.
asDouble() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a Double.
asFloat() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a Float.
asInteger() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a Integer.
asList() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a List.
asListOf(Class<EE>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a List of EE.
asLong() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a Long.
asObject() - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
assertFailsWith(boolean) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
A method to check if assertion is enabled or not.
assertThat(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
Executes a test assertion for a given value using a predicate cond.
asShort() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a Short.
asString() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
Lets the framework know the value to be checked is a String.
assumeThat(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
Executes a test assumption check for a given value using a predicate cond.

B

Base(Supplier<T>, Function<T, R>) - Constructor for class com.github.dakusui.pcond.core.fluent.Checker.Base
 
Base(Supplier<T>, Function<T, R>) - Constructor for class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
Base(Supplier<T>, Function<T, R>) - Constructor for class com.github.dakusui.pcond.core.fluent.Transformer.Base
 
Base(Object, List<Object>) - Constructor for class com.github.dakusui.pcond.core.identifieable.Identifiable.Base
 
baseValue() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
bindActualArguments(Predicate<Object>, Function<Object, Object>) - Method in interface com.github.dakusui.pcond.core.refl.MethodQuery
 
BooleanChecker<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
BooleanChecker.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
BooleanTransformer<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
BooleanTransformer.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
booleanValue(Boolean) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a boolean value.
build() - Method in class com.github.dakusui.pcond.core.printable.ParameterizedIdentifiableFactory.Builder
 
build() - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 
Builder() - Constructor for class com.github.dakusui.pcond.core.printable.ParameterizedFunctionFactory.Builder
 
Builder() - Constructor for class com.github.dakusui.pcond.core.printable.ParameterizedIdentifiableFactory.Builder
 
Builder() - Constructor for class com.github.dakusui.pcond.core.printable.ParameterizedPredicateFactory.Builder
 
Builder(Function<List<Object>, R>) - Constructor for class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Builder
 
Builder() - Constructor for class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 
buildProtected() - Method in class com.github.dakusui.pcond.core.printable.ParameterizedFunctionFactory.Builder
 
buildProtected() - Method in class com.github.dakusui.pcond.core.printable.ParameterizedIdentifiableFactory.Builder
 
buildProtected() - Method in class com.github.dakusui.pcond.core.printable.ParameterizedPredicateFactory.Builder
 

C

call(MethodQuery) - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a Function created from a method specified by a methodQuery.
call(String, Object...) - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that calls a method which matches the given methodName and args on the object given as input to it.
callp(MethodQuery) - Static method in class com.github.dakusui.pcond.forms.Predicates
Returns a Predicate created from a method specified by a methodQuery.
callp(String, Object...) - Static method in class com.github.dakusui.pcond.forms.Predicates
Returns a predicate that calls a method which matches the given methodName and args on the object given as input to it.
cast(Class<E>) - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that casts an object into a given class.
castTo(Class<OO>) - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate.Factory
 
castTo(E) - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that casts an object into a given class.
check(Function<BooleanChecker<Boolean>, Predicate<Boolean>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.BooleanChecker
 
check(Function<StringChecker<String>, Predicate<String>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
 
check(String, Predicate<? super P>) - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate.Factory
 
check(Predicate<? super P>) - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate.Factory
 
checkAllOf(Predicate<? super P>...) - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate.Factory
 
checkArgument(boolean, Supplier<String>) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 
checker() - Method in interface com.github.dakusui.pcond.core.Evaluable.Transformation
 
Checker<V extends Checker<V,T,R>,T,R> - Interface in com.github.dakusui.pcond.core.fluent
 
checker() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate
 
Checker.Base<V extends Checker<V,T,R>,T,R> - Class in com.github.dakusui.pcond.core.fluent
 
checkerName() - Method in interface com.github.dakusui.pcond.core.Evaluable.Transformation
Returns a name of a checker, if any.
checkerName() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate
 
checkInvariant(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
A method to check if a value satisfies a predicate cond.
checkPostcondition(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
A method to check if a value satisfies a predicate cond.
checkPrecondition(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
A method to check if a value satisfies a predicate cond.
Checks - Enum in com.github.dakusui.pcond.experimentals.currying
A utility class for checking values that the "currying" mechanism of the pcond library processes.
checkValueAndThrowIfFails(T, Predicate<? super T>, BiFunction<T, Predicate<? super T>, String>, Validator.ExceptionFactory<Throwable>) - Method in interface com.github.dakusui.pcond.validator.Validator
The core method of the ValueChecker.
checkWithPredicate(Predicate<? super R>) - Method in interface com.github.dakusui.pcond.core.fluent.Checker
 
checkWithPredicate(Predicate<? super R>) - Method in class com.github.dakusui.pcond.core.fluent.Transformer.Base
 
checkWithPredicate(Predicate<? super R>) - Method in interface com.github.dakusui.pcond.core.fluent.Transformer
 
childPredicates() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
children() - Method in interface com.github.dakusui.pcond.core.Evaluable.Composite
Returns the predicates with which the target value is evaluated.
classMethod(Class<?>, String, Object...) - Static method in interface com.github.dakusui.pcond.core.refl.MethodQuery
Create a MethodQuery object to search matching static methods.
classMethod(Class<?>, String, Object...) - Static method in class com.github.dakusui.pcond.forms.Functions
Creates a MethodQuery object from given arguments to search for static methods.
clone() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
clone() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
clone() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
clone() - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 
collectionToList() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that creates and returns a list that contains all the elements in the given list.
com.github.dakusui.pcond.core - package com.github.dakusui.pcond.core
A package to provide the core part of the pcond 's functionalities.
com.github.dakusui.pcond.core.fluent - package com.github.dakusui.pcond.core.fluent
 
com.github.dakusui.pcond.core.fluent.builtins - package com.github.dakusui.pcond.core.fluent.builtins
 
com.github.dakusui.pcond.core.identifieable - package com.github.dakusui.pcond.core.identifieable
A package that provides a mechanism to make "identifieable" functions and predicates with at least one parameter for their creations.
com.github.dakusui.pcond.core.printable - package com.github.dakusui.pcond.core.printable
A package that provides a mechanism to make functions and predicates (lambdas) printable.
com.github.dakusui.pcond.core.refl - package com.github.dakusui.pcond.core.refl
Offers a mechanism to invoke a method dynamically.
com.github.dakusui.pcond.experimentals.currying - package com.github.dakusui.pcond.experimentals.currying
The currying package provides a mechanism to "curry" a multi-parameters function.
com.github.dakusui.pcond.experimentals.currying.context - package com.github.dakusui.pcond.experimentals.currying.context
A package to provide the "Context" mechanism of the pcond library.
com.github.dakusui.pcond.experimentals.currying.multi - package com.github.dakusui.pcond.experimentals.currying.multi
A package to handle "multi-parameters" function.
com.github.dakusui.pcond.experimentals.cursor - package com.github.dakusui.pcond.experimentals.cursor
 
com.github.dakusui.pcond.fluent - package com.github.dakusui.pcond.fluent
A package to provide entry-point classes for the Fluent style.
com.github.dakusui.pcond.forms - package com.github.dakusui.pcond.forms
This package stores entry-point classes to static import for your conveniences.
com.github.dakusui.pcond.internals - package com.github.dakusui.pcond.internals
A package to place utility classes internally used by the pcond library.
com.github.dakusui.pcond.validator - package com.github.dakusui.pcond.validator
com.github.dakusui.pcond.validator.exceptions - package com.github.dakusui.pcond.validator.exceptions
A package to store exception classes thrown when a condition passed to assertion/validation method of pcond is not satisfied.
ComparableNumberChecker<V extends ComparableNumberChecker<V,T,N>,T,N extends Number & Comparable<N>> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
ComparableNumberTransformer<TX extends ComparableNumberTransformer<TX,V,T,N>,V extends ComparableNumberChecker<V,T,N>,T,N extends Number & Comparable<N>> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
compose(Function<? super V, ? extends T>) - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
compose(Function<? super T, ? extends R>, Function<? super R, ? extends S>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
 
composeExplanation(String, List<EvaluationEntry>) - Method in interface com.github.dakusui.pcond.validator.ReportComposer
 
composeExplanation(ReportComposer, String, List<EvaluationEntry>) - Static method in enum com.github.dakusui.pcond.validator.ReportComposer.Utils
Note that an exception thrown during an evaluation is normally caught by the framework.
composeMessageForAssertion(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.MessageComposer
Compose a message string for a value, which violates a general condition given as predicate.
composeMessageForAssertion(T, Predicate<? super T>) - Method in class com.github.dakusui.pcond.validator.MessageComposer.Default
 
composeMessageForPostcondition(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.MessageComposer
Compose a message string for a value, which violates a postcondition given as predicate.
composeMessageForPostcondition(T, Predicate<? super T>) - Method in class com.github.dakusui.pcond.validator.MessageComposer.Default
 
composeMessageForPrecondition(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.MessageComposer
Compose a message string for a value, which violates a precondition given as predicate.
composeMessageForPrecondition(T, Predicate<? super T>) - Method in class com.github.dakusui.pcond.validator.MessageComposer.Default
 
composeMessageForValidation(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.MessageComposer
Compose a message string for a value, which violates a user input checking condition given as predicate.
composeMessageForValidation(T, Predicate<? super T>) - Method in class com.github.dakusui.pcond.validator.MessageComposer.Default
 
configuration() - Method in interface com.github.dakusui.pcond.validator.Validator
Returns a configuration object that determines behaviors of this object.
configuration() - Method in class com.github.dakusui.pcond.validator.Validator.Impl
 
configurationFromProperties(Properties) - Static method in interface com.github.dakusui.pcond.validator.Validator
 
Conjunction(List<Predicate<? super T>>, boolean) - Constructor for class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.Conjunction
 
connect(List<Predicate<T>>) - Method in enum com.github.dakusui.pcond.core.fluent.Matcher.JunctionType
 
containing(String) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
 
containingRegexes(String...) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
 
containingRegexes(Pattern...) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
Checks if given tokens are contained by the target value in the given order.
containingSubstrings(String...) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
Checks if given tokens are contained by the target value in the given order.
contains(E) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListChecker
 
contains(Object) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
containsString(String) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
countLines() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function the counts lines in a given string.
create(String, EvaluationEntry.Type, int, Object, Object, Object, Object, Object, Object, Object, Object, boolean, boolean, boolean) - Static method in class com.github.dakusui.pcond.core.EvaluationEntry
 
create() - Static method in interface com.github.dakusui.pcond.core.Evaluator
Returns a new instance of this interface.
create(Supplier<Boolean>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.BooleanTransformer
 
create(Supplier<Double>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.DoubleTransformer
 
create(Supplier<Float>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.FloatTransformer
 
create(Supplier<Integer>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.IntegerTransformer
 
create(Supplier<List<E>>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.ListTransformer
 
create(Supplier<Long>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.LongTransformer
 
create(Supplier<E>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
 
create(Supplier<Short>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.ShortTransformer
 
create(Supplier<Stream<E>>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.StreamTransformer
 
create(Supplier<String>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
create(Supplier<E>) - Static method in interface com.github.dakusui.pcond.core.fluent.builtins.ThrowableTransformer
 
create(T) - Method in class com.github.dakusui.pcond.core.fluent.CustomTransformer
 
create(Object...) - Method in interface com.github.dakusui.pcond.core.printable.ParameterizedIdentifiableFactory
 
create(Function<List<Object>, Supplier<String>>, Function<List<Object>, Function<T, R>>, List<Object>, Object) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
 
create(List<Object>) - Method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory.Parameterized
 
create(PrintablePredicateFactory.ParameterizedLeafFactory, List<Object>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.ParameterizedLeafFactory
 
create(Function<O, P>) - Static method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate.Factory
 
create(String, String, Function<O, P>) - Static method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate.Factory
 
create(boolean, Object, Class<?>, String, Object[]) - Static method in interface com.github.dakusui.pcond.core.refl.MethodQuery
 
create() - Static method in interface com.github.dakusui.pcond.core.refl.Parameter
 
create(ValueHolder.CreatorFormType) - Static method in class com.github.dakusui.pcond.core.ValueHolder
 
create(Class<T>, Explanation) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.Utils.ReflectiveExceptionFactory
 
create(String, List<String>) - Static method in interface com.github.dakusui.pcond.validator.ReportComposer.Report
 
create(Properties) - Static method in interface com.github.dakusui.pcond.validator.Validator
Returns a provider instance created from a given Properties object.
create(Explanation) - Method in interface com.github.dakusui.pcond.validator.Validator.ExceptionFactory
 
createCombinerForMethodList() - Static method in enum com.github.dakusui.pcond.core.refl.ReflUtils
This method is made public in order only for unit testing since with Java 8, the combiner returned by this method will never be used.
createException(String, Explanation, ExceptionComposer.Utils.ReflectiveExceptionFactory<T>) - Static method in enum com.github.dakusui.pcond.validator.ExceptionComposer.Utils
 
createException(Validator.ExceptionFactory<?>, Explanation) - Static method in interface com.github.dakusui.pcond.validator.Validator.ExceptionFactory
 
createFormattedEntryForActualValue(EvaluationEntry) - Method in interface com.github.dakusui.pcond.validator.ReportComposer
 
createFormattedEntryForActualValue(ReportComposer, EvaluationEntry) - Static method in enum com.github.dakusui.pcond.validator.ReportComposer.Utils
 
createFormattedEntryForExpectation(EvaluationEntry) - Method in interface com.github.dakusui.pcond.validator.ReportComposer
 
createFormattedEntryForExpectation(ReportComposer, EvaluationEntry) - Static method in enum com.github.dakusui.pcond.validator.ReportComposer.Utils
 
createIdentity() - Method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
 
createInstanceFromClassName(Class<? super T>, String, Object...) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
createPredicate(String, Predicate<T>) - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContextUtils
 
createPredicateForAllOf(Statement<?>[]) - Static method in interface com.github.dakusui.pcond.fluent.Statement
 
creator() - Method in class com.github.dakusui.pcond.core.identifieable.Identifiable.Base
 
creator() - Method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
 
creatorFormType() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
creatorFormType(ValueHolder.CreatorFormType) - Method in class com.github.dakusui.pcond.core.ValueHolder
 
creatorOf(Object) - Static method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
 
currentIndentLevel() - Method in class com.github.dakusui.pcond.core.EvaluationContext
 
CurriedContext - Interface in com.github.dakusui.pcond.experimentals.currying.context
Context is a concept to handle multiple values in the pcond.
CurriedContext.PrivateUtils - Enum in com.github.dakusui.pcond.experimentals.currying.context
 
CurriedContextUtils - Enum in com.github.dakusui.pcond.experimentals.currying.context
A utility class that collects helper methods for the "Context" mechanism.
CurriedFunction<T,R> - Interface in com.github.dakusui.pcond.experimentals.currying
 
CurriedFunction.Impl - Class in com.github.dakusui.pcond.experimentals.currying
 
CurriedFunctions - Enum in com.github.dakusui.pcond.experimentals.currying
A class that collects methods to create functions and predicates in experimental stage.
currier() - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurryingUtils
 
curry(MultiFunction<Object>) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurryingUtils
 
curry(Class<?>, String, Class<?>...) - Static method in class com.github.dakusui.pcond.forms.Functions
Curries a static method specified by the given arguments.
curry(MultiFunction<Object>) - Static method in class com.github.dakusui.pcond.forms.Functions
Curries a given multi-function.
CurryingUtils - Enum in com.github.dakusui.pcond.experimentals.currying
Intended for internal use only.
Cursors - Enum in com.github.dakusui.pcond.experimentals.cursor
 
CustomTransformer<TX extends AbstractObjectTransformer<TX,ObjectChecker<T,T>,T,T>,T> - Class in com.github.dakusui.pcond.core.fluent
 
CustomTransformer(T) - Constructor for class com.github.dakusui.pcond.core.fluent.CustomTransformer
 
cut() - Method in interface com.github.dakusui.pcond.core.Evaluable.StreamPred
Returns an evaluable object which makes "cut" happen.
cut() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.StreamPredicate
 

D

debugging() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration
 
DebuggingUtils - Enum in com.github.dakusui.pcond.core
 
Default() - Constructor for class com.github.dakusui.pcond.core.refl.MethodSelector.Default
 
Default() - Constructor for class com.github.dakusui.pcond.validator.ExceptionComposer.ForAssertion.Default
 
Default() - Constructor for class com.github.dakusui.pcond.validator.ExceptionComposer.ForEnsure.Default
 
Default() - Constructor for class com.github.dakusui.pcond.validator.ExceptionComposer.ForRequire.Default
 
Default() - Constructor for class com.github.dakusui.pcond.validator.ExceptionComposer.ForValidate.Default
 
Default() - Constructor for class com.github.dakusui.pcond.validator.MessageComposer.Default
 
Default() - Constructor for class com.github.dakusui.pcond.validator.ReportComposer.Default
 
defaultEquals(Object) - Method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
This method is designed to be called from the defaultEquals() method of a class which implements Identifiable identity interface.
defaultExceptionComposerForValidate(ExceptionComposer.ForValidate) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 
defaultForValidate() - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer
Returns an instance to compose exceptions used with validateXyz methods in Validates entry-point class of valid8j library.
defaultForValidate() - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.Impl
 
defaultHashCode() - Method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
This method is designed to be called from the hashCode() method of a class which implements Identifiable identity interface.
defaultValue() - Method in interface com.github.dakusui.pcond.core.Evaluable.StreamPred
Returns a default value returned as the entire result of this predicate.
defaultValue() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.StreamPredicate
 
describe() - Method in interface com.github.dakusui.pcond.core.refl.MethodQuery
Returns a string that describes this object.
describe() - Method in class com.github.dakusui.pcond.core.refl.MethodSelector.Default
 
describe() - Method in interface com.github.dakusui.pcond.core.refl.MethodSelector
Returns a string that describes this object.
describe() - Method in class com.github.dakusui.pcond.core.refl.MethodSelector.PreferExact
 
describe() - Method in class com.github.dakusui.pcond.core.refl.MethodSelector.PreferNarrower
 
detailInputExpectation() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
detailOutputActualValue() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
detailOutputActualValue() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
detailOutputExpectation() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
details() - Method in interface com.github.dakusui.pcond.validator.ReportComposer.Report
 
Disjunction(List<Predicate<? super T>>, boolean) - Constructor for class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.Disjunction
 
done() - Method in interface com.github.dakusui.pcond.core.fluent.Checker
 
done() - Method in interface com.github.dakusui.pcond.core.fluent.Transformer
 
DoubleChecker<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
DoubleChecker.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
DoubleTransformer<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
DoubleTransformer.Impl<OIN> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
doubleValue(Double) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a double value.
dummyFunction() - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
dummyPredicate() - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 

E

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
An interface to model a predicate for CurriedContext.
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
An implementation of the ExceptionComposer interface.
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
 

F

factory(Function<List<Object>, T>) - Method in class com.github.dakusui.pcond.core.printable.ParameterizedIdentifiableFactory.Builder
 
Factory() - Constructor for class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate.Factory
 
finalizeValues() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
findElements(Predicate<? super E>...) - Static method in enum com.github.dakusui.pcond.experimentals.cursor.Cursors
 
findElementsInOrder(E...) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListChecker
 
findElementsInOrderBy(List<Predicate<E>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListChecker
 
findMethod(Class<?>, String, Object[]) - Static method in enum com.github.dakusui.pcond.core.refl.ReflUtils
Tries to find a method whose name is methodName from a given class aClass and that can be invoked with parameter values args.
findRegexes(String...) - Static method in enum com.github.dakusui.pcond.experimentals.cursor.Cursors
 
findRegexPatterns(Pattern...) - Static method in enum com.github.dakusui.pcond.experimentals.cursor.Cursors
 
findString(String) - Static method in class com.github.dakusui.pcond.forms.Functions
The returned function tries to find a substring after a given string.
findSubstrings(String...) - Static method in enum com.github.dakusui.pcond.experimentals.cursor.Cursors
 
flipExpectation() - Method in class com.github.dakusui.pcond.core.EvaluationContext
 
FloatChecker<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
FloatChecker.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
FloatTransformer<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
FloatTransformer.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
floatValue(Float) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a float value.
forAssert() - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer
Returns an instance to compose exceptions used in assert statements.
forAssert() - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.Impl
 
forAssertThat() - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer
Returns an instance to compose exceptions used in assertThat and assumeThat methods in TestAssertions entry-point class of thincrest library.
forAssertThat() - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.Impl
 
forEnsure() - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer
Returns an instance to compose exceptions used with ensureXyz methods in Ensures entry-point class of valid8j library.
forEnsure() - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.Impl
 
formatMethodName(Method) - Static method in enum com.github.dakusui.pcond.core.refl.ReflUtils
 
formatObject(Object) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
formatObject(Object, int) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
formatObjectName(Object) - Static method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
 
formatParameterOrder(List<Integer>) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurryingUtils
 
FormattedEntry(String, String, String, String, boolean) - Constructor for class com.github.dakusui.pcond.validator.ReportComposer.FormattedEntry
 
formatter(Supplier<String>) - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Builder
 
formatterFactory(Function<List<Object>, Supplier<String>>) - Method in class com.github.dakusui.pcond.core.printable.ParameterizedIdentifiableFactory.Builder
 
formatTo(Formatter, int, int, int) - Method in interface com.github.dakusui.pcond.core.refl.MethodSelector
Formats this object using the MethodSelector.describe() method.
formatTo(Formatter, int, int, int) - Method in interface com.github.dakusui.pcond.experimentals.currying.context.CurriedContext
 
formName() - Method in class com.github.dakusui.pcond.core.EvaluableIo
 
formName() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
formName() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
formNameOf(EvaluableIo<?, ?, ?>) - Static method in class com.github.dakusui.pcond.core.EvaluationContext
 
formNameOf(EvaluationEntry.Type, Evaluable<?>) - Static method in class com.github.dakusui.pcond.core.EvaluationContext
 
forRequire() - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer
Returns an instance to compose exceptions used with requireXyz methods in Requires entry-point class of valid8j library.
forRequire() - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.Impl
 
forValue(V) - Static method in class com.github.dakusui.pcond.core.ValueHolder
 
from(Object) - Static method in interface com.github.dakusui.pcond.experimentals.currying.context.CurriedContext
Creates a new context which has the given value as its only context value.
fromList(List<E>) - Static method in class com.github.dakusui.pcond.fluent.ListHolder
A method to create an instance of this class.
fromMessage(String) - Static method in class com.github.dakusui.pcond.validator.Explanation
 
function(Function<T, R>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
 
function(String, Function<T, R>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
 
function(Supplier<String>, Function<T, R>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
 
function(Supplier<String>, Function<T, R>, Object) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
 
function(String, Function<T, R>) - Static method in enum com.github.dakusui.pcond.forms.Printables
Returns a printable function for a given one.
function(Supplier<String>, Function<T, R>) - Static method in enum com.github.dakusui.pcond.forms.Printables
Returns a printable function for a given one.
Functions - Class in com.github.dakusui.pcond.forms
An entry point for acquiring function objects.

G

ge(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
getCause() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ThrowableTransformer
 
getMessage() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ThrowableTransformer
 
getMethod(Class<?>, String, Class<?>...) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
greaterThan(N) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ComparableNumberChecker
 
greaterThan(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
greaterThanOrEqualTo(N) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ComparableNumberChecker
 
greaterThanOrEqualTo(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
gt(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 

H

hashCode() - Method in class com.github.dakusui.pcond.core.identifieable.Identifiable.Base
 
hasNext() - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
hasNoChild() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
head() - Method in interface com.github.dakusui.pcond.core.Evaluable.Func
 
head() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 

I

Identifiable - Interface in com.github.dakusui.pcond.core.identifieable
An interface that represents an object which can be identified based on objects used on instantiation without overriding the Object.hashCode() and Object.equals(Object).
Identifiable.Base - Class in com.github.dakusui.pcond.core.identifieable
 
identity() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a printable function that returns a given object itself.
identityArgs(List<Object>) - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Builder
 
identityObject() - Method in class com.github.dakusui.pcond.core.identifieable.Identifiable.Base
 
identityObject() - Method in interface com.github.dakusui.pcond.core.identifieable.Identifiable
Typically, implementation of this method should return a final field value to which the value returned by Identifiable.createIdentity() method is assigned in the constructor.
ignored() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
ignored() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
Impl() - Constructor for class com.github.dakusui.pcond.core.Evaluator.Impl
 
Impl(Supplier<T>, Function<T, Boolean>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.BooleanChecker.Impl
 
Impl(Supplier<T>, Function<T, Boolean>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.BooleanTransformer.Impl
 
Impl(Supplier<T>, Function<T, Double>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.DoubleChecker.Impl
 
Impl(Supplier<OIN>, Function<OIN, Double>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.DoubleTransformer.Impl
 
Impl(Supplier<T>, Function<T, Float>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.FloatChecker.Impl
 
Impl(Supplier<T>, Function<T, Float>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.FloatTransformer.Impl
 
Impl(Supplier<T>, Function<T, Integer>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.IntegerChecker.Impl
 
Impl(Supplier<T>, Function<T, Integer>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.IntegerTransformer.Impl
 
Impl(Supplier<T>, Function<T, List<E>>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.ListChecker.Impl
 
Impl(Supplier<T>, Function<T, List<E>>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.ListTransformer.Impl
 
Impl(Supplier<T>, Function<T, Long>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.LongChecker.Impl
 
Impl(Supplier<T>, Function<T, Long>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.LongTransformer.Impl
 
Impl(Supplier<OIN>, Function<OIN, E>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.ObjectChecker.Impl
 
Impl(Supplier<T>, Function<T, E>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer.Impl
 
Impl(Supplier<T>, Function<T, Short>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.ShortChecker.Impl
 
Impl(Supplier<T>, Function<T, Short>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.ShortTransformer.Impl
 
Impl(Supplier<T>, Function<T, Stream<E>>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.StreamChecker.Impl
 
Impl(Supplier<T>, Function<T, Stream<E>>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.StreamTransformer.Impl
 
Impl(Supplier<T>, Function<T, String>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.StringChecker.Impl
 
Impl(Supplier<T>, Function<T, String>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.StringTransformer.Impl
 
Impl(Supplier<T>, Function<T, E>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.ThrowableChecker.Impl
 
Impl(Supplier<T>, Function<T, E>) - Constructor for class com.github.dakusui.pcond.core.fluent.builtins.ThrowableTransformer.Impl
 
Impl(MultiFunction<Object>, List<? super Object>) - Constructor for class com.github.dakusui.pcond.experimentals.currying.CurriedFunction.Impl
 
Impl(Object, List<Object>, Supplier<String>, String, Function<? super List<? super Object>, ? extends R>, List<Class<?>>) - Constructor for class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Impl
 
Impl(ExceptionComposer.ForRequire, ExceptionComposer.ForEnsure, ExceptionComposer.ForValidate, ExceptionComposer.ForAssertion, ExceptionComposer.ForTestAssertion) - Constructor for class com.github.dakusui.pcond.validator.ExceptionComposer.Impl
 
Impl(Validator.Configuration) - Constructor for class com.github.dakusui.pcond.validator.Validator.Impl
 
importEntries(EvaluationContext<R>) - Method in class com.github.dakusui.pcond.core.EvaluationContext
 
importEntries(EvaluationContext<R>, int) - Method in class com.github.dakusui.pcond.core.EvaluationContext
 
indent(int) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
input() - Method in class com.github.dakusui.pcond.core.EvaluableIo
 
inputActualValue() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
inputExpectation() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
instance() - Method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory.Simple
 
instance() - Method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.Leaf
 
INSTANCE - Static variable in interface com.github.dakusui.pcond.core.refl.Parameter
 
INSTANCE - Static variable in interface com.github.dakusui.pcond.validator.Validator
A constant field that holds the default provider instance.
instance() - Static method in interface com.github.dakusui.pcond.validator.Validator
 
instanceMethod(Object, String, Object...) - Static method in interface com.github.dakusui.pcond.core.refl.MethodQuery
 
instanceMethod(Object, String, Object...) - Static method in class com.github.dakusui.pcond.forms.Functions
Creates a MethodQuery object from given arguments to search for static methods.
instanceOf(Class<?>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectChecker
 
IntegerChecker<OIN> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
IntegerChecker.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
IntegerTransformer<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
IntegerTransformer.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
integerValue(Integer) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a int value.
InternalChecks - Enum in com.github.dakusui.pcond.internals
 
InternalException - Exception in com.github.dakusui.pcond.internals
 
InternalException(String, Throwable) - Constructor for exception com.github.dakusui.pcond.internals.InternalException
 
InternalUtils - Enum in com.github.dakusui.pcond.internals
 
invoke(String, Object...) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectChecker
 
invoke(String, Object...) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
invokeMethod(MethodQuery) - Static method in enum com.github.dakusui.pcond.core.refl.ReflUtils
Invokes a method found by methodQuery.
invokeMethod(Method, Object, Object[]) - Static method in enum com.github.dakusui.pcond.core.refl.ReflUtils
Invokes a given method on the object with arguments passed as obj and arguments.
invokeStatic(Class<?>, String, Object...) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectChecker
 
invokeStatic(Class<?>, String, Object...) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
invokeStaticMethod(Method, Object[]) - Static method in enum com.github.dakusui.pcond.core.refl.ReflUtils
 
isDebugLogEnabled() - Static method in enum com.github.dakusui.pcond.core.DebuggingUtils
 
isDummyFunction(Function<?, ?>) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
isEmpty() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListChecker
 
isEmpty() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListTransformer
 
isEmpty() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isEmptyArray() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isEmptyString() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isEqualTo(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isEvaluationSkipped() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
isExceptionThrown() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
isExpectationFlipped() - Method in class com.github.dakusui.pcond.core.EvaluationContext
 
isFalse() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.BooleanChecker
 
isFalse() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isInstanceOf() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isInstanceOf(Class<?>) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isNotEmpty() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListChecker
 
isNotNull() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isNull() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isNullOrEmptyString() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isPrimitiveWrapperClass(Class<?>) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 
isPrimitiveWrapperClassOrPrimitive(Class<?>) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 
isSameReferenceAs(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isSquashable() - Method in interface com.github.dakusui.pcond.core.Evaluable.Composite
 
isSquashable() - Method in interface com.github.dakusui.pcond.core.Evaluable
 
isSquashable() - Method in interface com.github.dakusui.pcond.core.Evaluable.Negation
 
isSquashable(EvaluationEntry) - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
isSquashable(EvaluationEntry) - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
isSquashable() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
isSquashable() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
isStatic() - Method in interface com.github.dakusui.pcond.core.refl.MethodQuery
 
isTrue() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.BooleanChecker
 
isTrue() - Static method in class com.github.dakusui.pcond.forms.Predicates
 
isValidArg(Object) - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
isValueReturned() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
isWiderThan(Class<?>, Class<?>) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 
isWiderThanOrEqualTo(Class<?>, Class<?>) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 

J

JUnit4() - Constructor for class com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion.JUnit4
 

L

le(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
leaf(String, Predicate<T>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
leaf(Supplier<String>, Predicate<T>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
leaf(Supplier<String>, Predicate<T>, Object) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
length() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
length() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that gives a length of a string passed as an argument.
lessThan(N) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ComparableNumberChecker
 
lessThan(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
lessThanOrEqualTo(N) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ComparableNumberChecker
 
lessThanOrEqualTo(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
level() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
ListChecker<T,E> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
ListChecker.Impl<T,E> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
ListHolder<E> - Class in com.github.dakusui.pcond.fluent
A list that are not printed in a report created by ReportComposer.
ListTransformer<T,E> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
ListTransformer.Impl<T,E> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
listValue(List<E>) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a List value.
loadPcondProperties() - Static method in enum com.github.dakusui.pcond.validator.Validator.Configuration.Utils
 
LongChecker<OIN> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
LongChecker.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
LongTransformer<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
LongTransformer.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
longValue(Long) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a long value.
lt(T) - Static method in class com.github.dakusui.pcond.forms.Predicates
 

M

makeSquashable(Predicate<T>) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
Marks "trivial" a given function.
makeSquashable(Function<T, R>) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
Marks "trivial" given function.
makeTrivial() - Method in interface com.github.dakusui.pcond.core.Evaluable
 
makeTrivial() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
makeTrivial() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
mapper() - Method in interface com.github.dakusui.pcond.core.Evaluable.Transformation
Returns a transformer of this object.
mapper() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate
 
mapperName() - Method in interface com.github.dakusui.pcond.core.Evaluable.Transformation
Returns a name of a transformer, if any.
mapperName() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate
 
Matcher<M extends Matcher<M,T,R>,T,R> - Interface in com.github.dakusui.pcond.core.fluent
 
Matcher.Base<M extends Matcher<M,T,R>,T,R> - Class in com.github.dakusui.pcond.core.fluent
 
Matcher.JunctionType - Enum in com.github.dakusui.pcond.core.fluent
 
matchesRegex(String) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
matchingRegex(String) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
 
me() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
message() - Method in class com.github.dakusui.pcond.validator.Explanation
 
MessageComposer - Interface in com.github.dakusui.pcond.validator
An interface that defines methods to compose a message when a value violates a given condition based on a context.
messageComposer(MessageComposer) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 
messageComposer() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration
Returns a message composer, which is responsible for composing an appropriate message for a context.
MessageComposer.Default - Class in com.github.dakusui.pcond.validator
A default implementation of MessageComposer.
MethodAmbiguous - Exception in com.github.dakusui.pcond.internals
 
MethodAmbiguous(String, Throwable) - Constructor for exception com.github.dakusui.pcond.internals.MethodAmbiguous
 
MethodAmbiguous(String) - Constructor for exception com.github.dakusui.pcond.internals.MethodAmbiguous
 
MethodInvocationException - Exception in com.github.dakusui.pcond.internals
 
MethodInvocationException(String, Throwable) - Constructor for exception com.github.dakusui.pcond.internals.MethodInvocationException
 
methodName() - Method in interface com.github.dakusui.pcond.core.refl.MethodQuery
 
MethodNotFound - Exception in com.github.dakusui.pcond.internals
 
MethodNotFound(String, Throwable) - Constructor for exception com.github.dakusui.pcond.internals.MethodNotFound
 
MethodNotFound(String) - Constructor for exception com.github.dakusui.pcond.internals.MethodNotFound
 
MethodQuery - Interface in com.github.dakusui.pcond.core.refl
An interface that models a query to specify a method.
MethodSelector - Interface in com.github.dakusui.pcond.core.refl
An interface representing an object that selects Methods from given ones.
MethodSelector.Default - Class in com.github.dakusui.pcond.core.refl
 
MethodSelector.PreferExact - Class in com.github.dakusui.pcond.core.refl
 
MethodSelector.PreferNarrower - Class in com.github.dakusui.pcond.core.refl
A method selector that selects "narrower" methods over "wider" ones.
MethodSelector.Utils - Enum in com.github.dakusui.pcond.core.refl
 
multifunction(Method, List<Integer>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintableFunctionFactory
 
MultiFunction<R> - Interface in com.github.dakusui.pcond.experimentals.currying.multi
An interface that represents a function that can have more than one parameters.
multifunction(int[], Class<?>, String, Class<?>...) - Static method in enum com.github.dakusui.pcond.experimentals.currying.multi.MultiFunctionUtils
 
multifunction(Class<?>, String, Class<?>...) - Static method in class com.github.dakusui.pcond.forms.Functions
 
MultiFunction.Builder<R> - Class in com.github.dakusui.pcond.experimentals.currying.multi
A builder for a MultiFunction instance.
MultiFunction.Impl<R> - Class in com.github.dakusui.pcond.experimentals.currying.multi
 
MultiFunctionUtils - Enum in com.github.dakusui.pcond.experimentals.currying.multi
A utility class that collects helper methods for the multi-parameters function.

N

name(String) - Method in class com.github.dakusui.pcond.core.printable.ParameterizedIdentifiableFactory.Builder
 
name(String) - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Builder
 
name() - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Impl
 
name() - Method in interface com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction
Returns a name of this function.
negate() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
nest(Stream<?>, Collection<?>) - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContextUtils
 
nest(Collection<?>) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
This function is used to construct a function which replaces 'nested loop' in a usual programming.
newLine() - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
noneMatch(Predicate<E>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StreamChecker
 
noneMatch(Predicate<E>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
noneMatch(Predicate<E>) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
normalizeOrderArgs(CurriedContext, int[]) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurryingUtils
 
not(Predicate<T>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
not(Predicate<T>) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
not_(Predicate<T>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
notEmpty() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
 
notNull() - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectChecker
 
NULL - Static variable in interface com.github.dakusui.pcond.core.Evaluator.Snapshottable
 
nullOrEmpty() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
 
nullValue() - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectChecker
 

O

ObjectChecker<OIN,E> - Interface in com.github.dakusui.pcond.core.fluent.builtins
This interface is used for object whose type doesn’t have an explicit support.
ObjectChecker.Impl<OIN,E> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
ObjectTransformer<T,E> - Interface in com.github.dakusui.pcond.core.fluent.builtins
This interface is used for object whose type doesn’t have an explicit support.
ObjectTransformer.Impl<T,E> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
objectValue(E) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a general Object value.
Opentest4J() - Constructor for class com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion.Opentest4J
 
or(Predicate<? super T>) - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
or(List<Predicate<? super T>>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
or(Predicate<? super T>...) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
output(ValueHolder<O>) - Method in class com.github.dakusui.pcond.core.EvaluableIo
 
output() - Method in class com.github.dakusui.pcond.core.EvaluableIo
 
outputActualValue() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
outputActualValue() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
outputExpectation() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
outputExpectation() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 

P

Parameter - Interface in com.github.dakusui.pcond.core.refl
 
parameter() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a Parameter object, which is used in combination with Functions.instanceMethod(Object, String, Object[]), Functions.classMethod(Class, String, Object[]), or their shorthand methods.
parameterizedFunction(String) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
Returns a builder for a factory to create a function.
ParameterizedFunctionFactory<T,R> - Interface in com.github.dakusui.pcond.core.printable
 
ParameterizedFunctionFactory.Builder<T,R> - Class in com.github.dakusui.pcond.core.printable
 
ParameterizedIdentifiableFactory<T> - Interface in com.github.dakusui.pcond.core.printable
 
ParameterizedIdentifiableFactory.Builder<T,B extends ParameterizedIdentifiableFactory.Builder<T,B>> - Class in com.github.dakusui.pcond.core.printable
 
parameterizedLeaf(Function<List<Object>, Supplier<String>>, Function<List<Object>, Predicate<T>>, List<Object>, Object) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
parameterizedPredicate(String) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
Returns a builder for a factory to create a predicate.
ParameterizedPredicateFactory<T> - Interface in com.github.dakusui.pcond.core.printable
 
ParameterizedPredicateFactory.Builder<T> - Class in com.github.dakusui.pcond.core.printable
 
parameterType() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
parameterType() - Method in class com.github.dakusui.pcond.experimentals.currying.CurriedFunction.Impl
 
parameterType() - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
parameterType(int) - Method in class com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction.Impl
 
parameterType(int) - Method in interface com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction
The expected type of the ith parameter.
parentBuilder() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration
 
parseBoolean() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
parseDouble() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
parseFloat() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
parseInt() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
parseLong() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
parseShort() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
passThroughComparisonFailure() - Static method in enum com.github.dakusui.pcond.core.DebuggingUtils
 
passThroughComparisonFailure() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration.Debugging
 
PostconditionViolationException - Exception in com.github.dakusui.pcond.validator.exceptions
An exception intended to be used, when a post-condition is not satisfied.
PostconditionViolationException(String) - Constructor for exception com.github.dakusui.pcond.validator.exceptions.PostconditionViolationException
 
PreconditionViolationException - Exception in com.github.dakusui.pcond.validator.exceptions
An exception intended to be used, when a pre-condition is not satisfied.
PreconditionViolationException(String) - Constructor for exception com.github.dakusui.pcond.validator.exceptions.PreconditionViolationException
 
predicate() - Method in interface com.github.dakusui.pcond.core.Evaluable.LeafPred
Returns an actual predicate modeled by this interface.
predicate(Predicate<? super R>) - Method in interface com.github.dakusui.pcond.core.fluent.Checker
 
predicate() - Method in class com.github.dakusui.pcond.core.printable.ExplainablePredicate
 
predicate - Variable in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
predicate(String, Predicate<T>) - Static method in enum com.github.dakusui.pcond.forms.Printables
Returns a printable predicate for a given one.
predicate(Supplier<String>, Predicate<T>) - Static method in enum com.github.dakusui.pcond.forms.Printables
Returns a printable predicate for a given one.
Predicates - Class in com.github.dakusui.pcond.forms
An entry point for acquiring predicate objects.
PreferExact() - Constructor for class com.github.dakusui.pcond.core.refl.MethodSelector.PreferExact
 
PreferNarrower() - Constructor for class com.github.dakusui.pcond.core.refl.MethodSelector.PreferNarrower
 
PrintableFunction<T,R> - Class in com.github.dakusui.pcond.core.printable
 
PrintableFunction(Object, List<Object>, Supplier<String>, Function<? super T, ? extends R>, Function<? super T, ?>, Evaluable<?>) - Constructor for class com.github.dakusui.pcond.core.printable.PrintableFunction
 
PrintableFunction(Object, List<Object>, Supplier<String>, Function<? super T, ? extends R>) - Constructor for class com.github.dakusui.pcond.core.printable.PrintableFunction
 
PrintableFunctionFactory - Enum in com.github.dakusui.pcond.core.printable
 
PrintableFunctionFactory.Parameterized - Enum in com.github.dakusui.pcond.core.printable
 
PrintableFunctionFactory.Simple - Enum in com.github.dakusui.pcond.core.printable
 
PrintablePredicate<T> - Class in com.github.dakusui.pcond.core.printable
 
PrintablePredicate(Object, List<Object>, Supplier<String>, Predicate<? super T>) - Constructor for class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
PrintablePredicateFactory - Enum in com.github.dakusui.pcond.core.printable
 
PrintablePredicateFactory.Conjunction<T> - Class in com.github.dakusui.pcond.core.printable
 
PrintablePredicateFactory.Disjunction<T> - Class in com.github.dakusui.pcond.core.printable
 
PrintablePredicateFactory.Leaf - Enum in com.github.dakusui.pcond.core.printable
 
PrintablePredicateFactory.ParameterizedLeafFactory - Enum in com.github.dakusui.pcond.core.printable
 
PrintablePredicateFactory.StreamPredicate<E> - Class in com.github.dakusui.pcond.core.printable
 
PrintablePredicateFactory.TransformingPredicate<T,R> - Class in com.github.dakusui.pcond.core.printable
This is an interface that corresponds to a "matcher" in other assertion libraries.
PrintablePredicateFactory.TransformingPredicate.Factory<P,O> - Class in com.github.dakusui.pcond.core.printable
This is an interface that corresponds to a "matcher" in other assertion libraries.
Printables - Enum in com.github.dakusui.pcond.forms
An entry point class that provides methods to create a new "printable" function from a given conventional function.

R

rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.BooleanChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.BooleanTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.DoubleChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.DoubleTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.FloatChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.FloatTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.IntegerChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.IntegerTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.ListChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.ListTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.LongChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.LongTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.ObjectChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.ShortChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.ShortTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.StreamChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.StreamTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.StringChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.StringTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.ThrowableChecker.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.builtins.ThrowableTransformer.Impl
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.CustomTransformer
 
rebase() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
Override this method so that it returns extending class.
reconfigure(Consumer<Validator.Configuration.Builder>) - Static method in interface com.github.dakusui.pcond.validator.Validator
 
reconfigure(Consumer<Validator.Configuration.Builder>, Properties) - Static method in interface com.github.dakusui.pcond.validator.Validator
 
reconfigure(Consumer<Validator.Configuration.Builder>, Validator.Configuration.Builder) - Static method in interface com.github.dakusui.pcond.validator.Validator
 
ReflUtils - Enum in com.github.dakusui.pcond.core.refl
This class consists of static utility methods for creating printable functions and predicate on objects.
ReportComposer - Interface in com.github.dakusui.pcond.validator
 
reportComposer(ReportComposer) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 
reportComposer() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration
Returns a report composer, which is responsible for composing an appropriate "report" for a context.
ReportComposer.Default - Class in com.github.dakusui.pcond.validator
A default implementation of ReportComposer.
ReportComposer.FormattedEntry - Class in com.github.dakusui.pcond.validator
 
ReportComposer.Report - Interface in com.github.dakusui.pcond.validator
 
ReportComposer.Utils - Enum in com.github.dakusui.pcond.validator
 
reportIgnoredEntries() - Static method in enum com.github.dakusui.pcond.core.DebuggingUtils
 
reportIgnoredEntries() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration.Debugging
 
reportToString(ReportComposer.Report) - Static method in class com.github.dakusui.pcond.validator.Explanation
 
requestExpectationFlip() - Method in interface com.github.dakusui.pcond.core.Evaluable.StreamPred
In order to generate an informative report, the framework needs information about the expected value for each predicate.
require(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
A method to check if a given value satisfies a precondition given as cond.
require(T, Predicate<? super T>, Function<String, Throwable>) - Method in interface com.github.dakusui.pcond.validator.Validator
A method to check if a given value satisfies a precondition given as cond.
requireArgument(V, Predicate<? super V>, Supplier<String>) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 
requireArgument(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
Checks a value if it meets a requirement specified by cond.
requireArgumentListSize(List<Object>, int) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 
requireHasNext(V) - Static method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
requireNonNull(T) - Method in interface com.github.dakusui.pcond.validator.Validator
Checks a value if it is null or not.
requiresExplanation() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
requiresExplanation() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
requiresExplanation() - Method in class com.github.dakusui.pcond.validator.ReportComposer.FormattedEntry
 
requiresExplanation(EvaluationEntry) - Method in interface com.github.dakusui.pcond.validator.ReportComposer
 
requireState(V, Predicate<? super V>, Function<V, String>) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 
requireState(T, Predicate<? super T>) - Method in interface com.github.dakusui.pcond.validator.Validator
Checks a value if it meets a requirement specified by cond.
requireStaticMethod(Method) - Static method in enum com.github.dakusui.pcond.internals.InternalChecks
 
resetToDefault() - Static method in interface com.github.dakusui.pcond.validator.Validator
 
resolveEvaluationEntryType(Evaluable<T>) - Static method in class com.github.dakusui.pcond.core.EvaluationContext
 
resultEntries() - Method in class com.github.dakusui.pcond.core.EvaluationContext
 
returnedValue() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
returnType() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
returnType() - Method in class com.github.dakusui.pcond.experimentals.currying.CurriedFunction.Impl
 
returnType() - Method in interface com.github.dakusui.pcond.experimentals.currying.CurriedFunction
 
returnType() - Method in interface com.github.dakusui.pcond.experimentals.currying.multi.MultiFunction
The type of the value returned by this function.

S

sameReferenceAs(Object) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectChecker
 
satisfies() - Method in interface com.github.dakusui.pcond.core.fluent.Transformer
A synonym of Transformer.then() method.
select(List<Method>, Object[]) - Method in class com.github.dakusui.pcond.core.refl.MethodSelector.Default
 
select(List<Method>, Object[]) - Method in class com.github.dakusui.pcond.core.refl.MethodSelector.PreferExact
 
select(List<Method>, Object[]) - Method in class com.github.dakusui.pcond.core.refl.MethodSelector.PreferNarrower
 
select(List<Method>, Object[]) - Method in interface com.github.dakusui.pcond.core.refl.MethodSelector
Selects methods that can be invoked with given args.
ShortChecker<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
ShortChecker.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
shortcut() - Method in interface com.github.dakusui.pcond.core.Evaluable.Composite
Returns true if the "shortcut" evaluation is enabled.
ShortTransformer<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
ShortTransformer.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
shortValue(Short) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a short value.
showEvaluableDetail() - Static method in enum com.github.dakusui.pcond.core.DebuggingUtils
 
showEvaluableDetail() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration.Debugging
 
size() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListTransformer
 
size() - Method in interface com.github.dakusui.pcond.experimentals.currying.context.CurriedContext
Returns the number of context values.
size() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that that returns a size of a given list.
snapshot() - Method in interface com.github.dakusui.pcond.core.Evaluator.Snapshottable
 
split(String) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
startingWith(String) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringChecker
 
startsWith(String) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
state() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
Statement<T> - Interface in com.github.dakusui.pcond.fluent
An interface to model a "statement", which .
statementPredicate() - Method in class com.github.dakusui.pcond.core.fluent.Checker.Base
 
statementPredicate() - Method in class com.github.dakusui.pcond.core.fluent.Transformer.Base
 
statementPredicate() - Method in interface com.github.dakusui.pcond.fluent.Statement
 
statementValue() - Method in class com.github.dakusui.pcond.core.fluent.Checker.Base
 
statementValue() - Method in class com.github.dakusui.pcond.core.fluent.Transformer.Base
 
statementValue() - Method in interface com.github.dakusui.pcond.fluent.Statement
 
stream() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListTransformer
 
stream() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that returns a stream for a given collection.
stream(Class<E>) - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that returns a stream for a given collection.
StreamChecker<T,E> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
StreamChecker.Impl<T,E> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
streamOf() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that returns a stream for a given object.
StreamTransformer<T,E> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
StreamTransformer.Impl<T,E> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
streamValue(Stream<E>) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a Stream value.
StringChecker<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
StringChecker.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
stringify() - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
Corresponds to toString() method.
stringify() - Static method in class com.github.dakusui.pcond.forms.Functions
Returns a function that gives a string representation of a object given to it.
StringTransformer<T> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
StringTransformer.Impl<T> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
stringValue(String) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a String value.
subList(int, int) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListTransformer
 
subList(int) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListTransformer
 
substring(int) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
summarizedStringLength() - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
summarizedStringLength(int) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 
summarizedStringLength() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration
 
summary() - Method in interface com.github.dakusui.pcond.validator.ReportComposer.Report
 
suppressSquashing() - Static method in enum com.github.dakusui.pcond.core.DebuggingUtils
 
suppressSquashing() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration.Debugging
 

T

tail() - Method in interface com.github.dakusui.pcond.core.Evaluable.Func
 
tail() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
target() - Method in interface com.github.dakusui.pcond.core.Evaluable.Negation
The predicate the negation is applied.
targetClass() - Method in interface com.github.dakusui.pcond.core.refl.MethodQuery
 
targetObject() - Method in interface com.github.dakusui.pcond.core.refl.MethodQuery
 
test(V) - Method in class com.github.dakusui.pcond.core.printable.ExplainablePredicate
 
test(T) - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
testFailedException(Explanation, ReportComposer) - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion.JUnit4
 
testFailedException(Explanation, ReportComposer) - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion.Opentest4J
 
testFailedException(Explanation, ReportComposer) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion
 
testSkippedException(String, ReportComposer) - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion.JUnit4
 
testSkippedException(String, ReportComposer) - Method in class com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion.Opentest4J
 
testSkippedException(String, ReportComposer) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion
 
testSkippedException(Explanation, ReportComposer) - Method in interface com.github.dakusui.pcond.validator.ExceptionComposer.ForTestAssertion
 
then() - Method in class com.github.dakusui.pcond.core.fluent.Transformer.Base
 
then() - Method in interface com.github.dakusui.pcond.core.fluent.Transformer
Returns a checker object for this object.
ThrowableChecker<T,E extends Throwable> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
ThrowableChecker.Impl<T,E extends Throwable> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
ThrowableTransformer<T,E extends Throwable> - Interface in com.github.dakusui.pcond.core.fluent.builtins
 
ThrowableTransformer.Impl<T,E extends Throwable> - Class in com.github.dakusui.pcond.core.fluent.builtins
 
throwableValue(T) - Static method in interface com.github.dakusui.pcond.fluent.Statement
Returns a transformer for a boolean value.
thrownException() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
toBe() - Method in interface com.github.dakusui.pcond.core.fluent.Transformer
A synonym of Transformer.then() method.
toBoolean(Function<? super R, Boolean>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toChecker(Function<T, Boolean>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.BooleanTransformer.Impl
 
toChecker(Function<OIN, Double>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.DoubleTransformer.Impl
 
toChecker(Function<T, Float>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.FloatTransformer.Impl
 
toChecker(Function<T, Integer>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.IntegerTransformer.Impl
 
toChecker(Function<T, List<E>>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.ListTransformer.Impl
 
toChecker(Function<T, Long>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.LongTransformer.Impl
 
toChecker(Function<T, E>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer.Impl
 
toChecker(Function<T, Short>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.ShortTransformer.Impl
 
toChecker(Function<T, Stream<E>>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.StreamTransformer.Impl
 
toChecker(Function<T, String>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.StringTransformer.Impl
 
toChecker(Function<T, E>) - Method in class com.github.dakusui.pcond.core.fluent.builtins.ThrowableTransformer.Impl
 
toChecker(Function<T, T>) - Method in class com.github.dakusui.pcond.core.fluent.CustomTransformer
 
toChecker(Function<T, R>) - Method in class com.github.dakusui.pcond.core.fluent.Transformer.Base
 
toContextPredicate(CurriedFunction<Object, Object>, int...) - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContextUtils
 
toCurriedContext(T) - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContextUtils
 
toCurriedContext() - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
Returns a function to convert a value into a context that holds the original value.
toCurriedContextPredicate(Predicate<T>, int) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
Creates a context function that tests the value at the specified index using the given predicate.
toCurriedContextPredicate(Predicate<T>) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
Converts a predicate to a context predicate which tests the first value in a context using the predicate.
toCurriedContextPredicate(CurriedFunction<Object, Object>, int...) - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
Converts a curried function which results in a boolean value into a predicate.
toCurriedContextStream(Stream<?>) - Static method in enum com.github.dakusui.pcond.experimentals.currying.context.CurriedContextUtils
 
toCurriedContextStream() - Static method in enum com.github.dakusui.pcond.experimentals.currying.CurriedFunctions
Returns a converter function for a stream.
toDouble(Function<? super R, Double>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toEvaluableIfNecessary(Predicate<? super T>) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
toEvaluableIfNecessary(Function<? super T, ?>) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
toEvaluableWithFormatterIfNecessary(Function<? super T, ?>, Function<Function<? super T, ?>, String>) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
toFloat(Function<? super R, Float>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toInteger(Function<? super R, Integer>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toLeafIfNotPrintable(Predicate<T>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
toList(Function<? super R, List<E>>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toLong(Function<? super R, Long>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toLowerCase() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
toNonStringObject(String) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
toObject(Function<R, E>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toPredicate() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
toPredicate() - Method in interface com.github.dakusui.pcond.core.fluent.Matcher
 
toShort(Function<? super R, Short>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toSnapshotIfPossible(Object) - Static method in interface com.github.dakusui.pcond.core.Evaluator.Snapshottable
 
toStream(Function<? super R, Stream<E>>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toString() - Method in class com.github.dakusui.pcond.core.EvaluableIo
 
toString() - Method in class com.github.dakusui.pcond.core.EvaluationEntry.Impl
 
toString() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 
toString(Function<? super R, String>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toString() - Method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
toString() - Method in class com.github.dakusui.pcond.core.printable.PrintablePredicate
 
toString() - Method in class com.github.dakusui.pcond.core.ValueHolder
 
toString() - Method in class com.github.dakusui.pcond.validator.Explanation
 
toThrowable(Function<? super R, E>) - Method in interface com.github.dakusui.pcond.core.fluent.AbstractObjectTransformer
 
toUpperCase() - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
transform(Function<BooleanTransformer<Boolean>, Predicate<Boolean>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.BooleanTransformer
 
transform(Function<DoubleTransformer<Double>, Predicate<Double>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.DoubleTransformer
 
transform(Function<FloatTransformer<Float>, Predicate<Float>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.FloatTransformer
 
transform(Function<IntegerTransformer<Integer>, Predicate<Integer>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.IntegerTransformer
 
transform(Function<ListTransformer<T, E>, Predicate<List<E>>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ListTransformer
 
transform(Function<LongTransformer<Long>, Predicate<Long>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.LongTransformer
 
transform(Function<ObjectTransformer<T, E>, Predicate<E>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ObjectTransformer
 
transform(Function<ShortTransformer<Short>, Predicate<Short>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ShortTransformer
 
transform(Function<StreamTransformer<T, E>, Predicate<Stream<E>>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StreamTransformer
 
transform(Function<StringTransformer<String>, Predicate<String>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.StringTransformer
 
transform(Function<ThrowableTransformer<T, E>, Predicate<E>>) - Method in interface com.github.dakusui.pcond.core.fluent.builtins.ThrowableTransformer
 
transform(Function<TX, Predicate<T>>) - Method in class com.github.dakusui.pcond.core.fluent.CustomTransformer
 
transform(Function<O, P>) - Static method in enum com.github.dakusui.pcond.core.printable.PrintablePredicateFactory
 
transform(String, Function<O, P>) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
transform(Function<O, P>) - Static method in class com.github.dakusui.pcond.forms.Predicates
 
Transformer<TX extends Transformer<TX,V,T,R>,V extends Checker<V,T,R>,T,R> - Interface in com.github.dakusui.pcond.core.fluent
 
Transformer.Base<TX extends Transformer<TX,V,T,R>,V extends Checker<V,T,R>,T,R> - Class in com.github.dakusui.pcond.core.fluent
 
transformFunction() - Method in class com.github.dakusui.pcond.core.fluent.Matcher.Base
 
transformFunction() - Method in interface com.github.dakusui.pcond.core.fluent.Matcher
 
TransformingPredicate(String, String, Predicate<? super R>, Function<? super T, ? extends R>) - Constructor for class com.github.dakusui.pcond.core.printable.PrintablePredicateFactory.TransformingPredicate
 
transformValueWith(Function<? super R, RR>, BiFunction<Supplier<T>, Function<T, RR>, TY>) - Method in class com.github.dakusui.pcond.core.fluent.Transformer.Base
 
transformValueWith(Function<? super R, RR>, BiFunction<Supplier<T>, Function<T, RR>, TY>) - Method in interface com.github.dakusui.pcond.core.fluent.Transformer
 
trivialIdentityFunction() - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
type() - Method in class com.github.dakusui.pcond.core.EvaluationEntry
 

U

unwrap(Function<T, R>) - Static method in class com.github.dakusui.pcond.core.printable.PrintableFunction
 
useEvaluator(boolean) - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 
useEvaluator() - Method in interface com.github.dakusui.pcond.validator.Validator.Configuration
 
useOpentest4J() - Method in class com.github.dakusui.pcond.validator.Validator.Configuration.Builder
 

V

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
 

W

WIDER_TYPES - Static variable in enum com.github.dakusui.pcond.core.refl.ReflUtils
 
wrapIfNecessary(Throwable) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
wrapperClassOf(Class<?>) - Static method in enum com.github.dakusui.pcond.internals.InternalUtils
 
$ A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2024. All rights reserved.