BooleanOp 
    Functions
Link copied to clipboard
                  Link copied to clipboard
                  public static TimeChain<T, R> binarySequence<T extends Comparable<T>, R>(TimeChain<T, R> c1, TimeChain<T, R> us, BinaryOperator<R> op)
TODO: this should be different for left and right operands
Link copied to clipboard
                  public static TimeChain<T, R> unarySequence<T extends Comparable<T>, R>(TimeChain<T, R> us, UnaryOperator<R> op)