@NonNullByDefault
Package org.saynotobugs.confidence.quality.function
-
Class Summary Class Description Assigns<Argument,Result> Deprecated. in favour ofMaps.Maps<Argument,Result> MapsArgument<In,DelegateIn,Out> This quality can be used to isolate the logic of the outer function in a delegating function, which enables testing only the actual functions logic, not the logic of the delegate function.MutatesArgument<Argument,Type> Qualityof a non-pureFunctionthat mutates its argument when called.ResultOf<In,DelegateIn,Out> This quality can be used to isolate the logic of the outer function in a delegating function, which enables testing only the actual functions logic, not the logic of the delegate function.