Package org.jparsec

Class InternalFunctors

java.lang.Object
org.jparsec.InternalFunctors

final class InternalFunctors extends Object
Functors used only internally by this package.
  • Field Details

    • FIRST_OF_TWO

      private static final BiFunction FIRST_OF_TWO
    • LAST_OF_TWO

      private static final BiFunction LAST_OF_TWO
    • LAST_OF_THREE

      private static final Map3 LAST_OF_THREE
    • LAST_OF_FOUR

      private static final Map4 LAST_OF_FOUR
    • LAST_OF_FIVE

      private static final Map5 LAST_OF_FIVE
  • Constructor Details

    • InternalFunctors

      InternalFunctors()
  • Method Details

    • tokenWithSameValue

      static TokenMap<Token> tokenWithSameValue(Object value)
    • firstOfTwo

      static <T, B> BiFunction<T,B,T> firstOfTwo()
    • lastOfTwo

      static <A, T> BiFunction<A,T,T> lastOfTwo()
    • lastOfThree

      static <A, B, T> Map3<A,B,T,T> lastOfThree()
    • lastOfFour

      static <A, B, C, T> Map4<A,B,C,T,T> lastOfFour()
    • lastOfFive

      static <A, B, C, D, T> Map5<A,B,C,D,T,T> lastOfFive()