Package io.vavr.test
Class Property.ForAll7<T1,T2,T3,T4,T5,T6,T7>
- java.lang.Object
-
- io.vavr.test.Property.ForAll7<T1,T2,T3,T4,T5,T6,T7>
-
- Type Parameters:
T1- 1st variable type of this for all quantorT2- 2nd variable type of this for all quantorT3- 3rd variable type of this for all quantorT4- 4th variable type of this for all quantorT5- 5th variable type of this for all quantorT6- 6th variable type of this for all quantorT7- 7th variable type of this for all quantor
- Enclosing class:
- Property
public static class Property.ForAll7<T1,T2,T3,T4,T5,T6,T7> extends java.lang.ObjectRepresents a logical for all quantor.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property.Property7<T1,T2,T3,T4,T5,T6,T7>suchThat(CheckedFunction7<T1,T2,T3,T4,T5,T6,T7,java.lang.Boolean> predicate)Returns a checkable property that checks values of the 7 variables of thisForAllquantor.
-
-
-
Method Detail
-
suchThat
public Property.Property7<T1,T2,T3,T4,T5,T6,T7> suchThat(CheckedFunction7<T1,T2,T3,T4,T5,T6,T7,java.lang.Boolean> predicate)
Returns a checkable property that checks values of the 7 variables of thisForAllquantor.- Parameters:
predicate- A 7-ary predicate- Returns:
- a new
Property7of 7 variables.
-
-