@FunctionalInterface public interface TBiFunction<T,U,R>
Modifier and Type | Method and Description |
---|---|
default <V> TBiFunction<T,U,V> |
andThen(TFunction<? super R,? extends V> after) |
R |
apply(T t,
U u) |
Copyright © 2019. All rights reserved.