public interface Function2<A,B,R> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Function2.Impl<A,B,R> |
Modifier and Type | Method and Description |
---|---|
R |
apply(A a,
B b) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.