Interface SplitResult<T extends SplitPointUnit,​U extends SplitPointDataSource<T,​U>>

    • Method Detail

      • head

        List<T> head()
        The head of the result.
        Returns:
        returns the head
      • tail

        U tail()
        The tail of the result.
        Returns:
        returns the tail