JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
jPOS 3.0.2-SNAPSHOT
org.jpos.jpos
org.jpos.function
Contents
Description
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.jpos.function
package
org.jpos.function
Interfaces
Class
Description
TriConsumer
<T,
U,
V>
Three-argument variant of
Consumer
.
TriFunction
<T,
U,
V,
R>
Three-argument variant of
Function
.