Interface StreamModule.DropRight

Enclosing interface:
StreamModule

public static interface StreamModule.DropRight
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <T> Stream<T>
    apply(List<T> front, List<T> rear, Stream<T> remaining)
     
  • Method Details