Class KorypheBinaryOperator<T>

    • Constructor Detail

      • KorypheBinaryOperator

        public KorypheBinaryOperator()
    • Method Detail

      • apply

        public T apply​(T state,
                       T input)
        Apply the operator after completing null checks.
        Specified by:
        apply in interface BiFunction<T,​T,​T>
        Parameters:
        state - Current state
        input - New input
        Returns:
        New state
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object