Package org.jparsec

Class InternalFunctors


  • final class InternalFunctors
    extends java.lang.Object
    Functors used only internally by this package.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static <T,​B>
      java.util.function.BiFunction<T,​B,​T>
      firstOfTwo()  
      (package private) static <A,​B,​C,​D,​T>
      Map5<A,​B,​C,​D,​T,​T>
      lastOfFive()  
      (package private) static <A,​B,​C,​T>
      Map4<A,​B,​C,​T,​T>
      lastOfFour()  
      (package private) static <A,​B,​T>
      Map3<A,​B,​T,​T>
      lastOfThree()  
      (package private) static <A,​T>
      java.util.function.BiFunction<A,​T,​T>
      lastOfTwo()  
      (package private) static TokenMap<Token> tokenWithSameValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FIRST_OF_TWO

        private static final java.util.function.BiFunction FIRST_OF_TWO
      • LAST_OF_TWO

        private static final java.util.function.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 Detail

      • InternalFunctors

        InternalFunctors()
    • Method Detail

      • tokenWithSameValue

        static TokenMap<Token> tokenWithSameValue​(java.lang.Object value)
      • firstOfTwo

        static <T,​B> java.util.function.BiFunction<T,​B,​T> firstOfTwo()
      • lastOfTwo

        static <A,​T> java.util.function.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()