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