All Methods Static Methods Instance Methods Abstract Methods Default Methods
Modifier and Type |
Method and Description |
R |
apply(T t,
U u) |
static <T,R extends java.util.Collection<? super T>> BiFunction<R,T,R> |
ofAdd() |
static <T,C extends java.util.Collection<T>> BiFunction<C,C,C> |
ofAddAll() |
static <K,V,M extends java.util.Map<K,V>> BiFunction<M,M,M> |
ofPutAll() |
static <T,R extends java.util.Collection<? super T>> BiFunction<R,T,R> |
ofRemove() |
static <T,C extends java.util.Collection<T>> BiFunction<C,C,C> |
ofRemoveAll() |