public class Streams extends Object
| Constructor and Description | 
|---|
| Streams() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> BinaryOperator<T> | noMoreThanOne() | 
| static <T> BinaryOperator<T> | unsupported() | 
| static <T> BinaryOperator<T> | unsupported(String message) | 
public static <T> BinaryOperator<T> noMoreThanOne()
public static <T> BinaryOperator<T> unsupported()
public static <T> BinaryOperator<T> unsupported(String message)
Copyright © 2019 Suncode. All rights reserved.