Package org.jparsec
Class InternalFunctors
java.lang.Object
org.jparsec.InternalFunctors
Functors used only internally by this package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final BiFunction
private static final Map5
private static final Map4
private static final Map3
private static final BiFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <T,
B> BiFunction <T, B, T> (package private) static <A,
B, C, D, T>
Map5<A, B, C, D, T, T> (package private) static <A,
B, C, T>
Map4<A, B, C, T, T> (package private) static <A,
B, T> Map3 <A, B, T, T> (package private) static <A,
T> BiFunction <A, T, T> tokenWithSameValue
(Object value)
-
Field Details
-
FIRST_OF_TWO
-
LAST_OF_TWO
-
LAST_OF_THREE
-
LAST_OF_FOUR
-
LAST_OF_FIVE
-
-
Constructor Details
-
InternalFunctors
InternalFunctors()
-
-
Method Details
-
tokenWithSameValue
-
firstOfTwo
-
lastOfTwo
-
lastOfThree
-
lastOfFour
-
lastOfFive
-