JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
dk.cloudcreate.essentials.shared.functional.QuadFunction
Packages that use
QuadFunction
Package
Description
dk.cloudcreate.essentials.shared.functional
Uses of
QuadFunction
in
dk.cloudcreate.essentials.shared.functional
Methods in
dk.cloudcreate.essentials.shared.functional
that return
QuadFunction
Modifier and Type
Method
Description
default <V>
QuadFunction
<
T1
,
T2
,
T3
,
T4
,
V>
QuadFunction.
andThen
(
Function
<? super
R
,
? extends V> after)
Returns a composed function that first applies this function to its input, and then applies the after function to the result.