Uses of Interface
org.lambda.functions.Function2
Packages that use Function2
-
Uses of Function2 in com.spun.util.tests
Methods in com.spun.util.tests with parameters of type Function2Modifier and TypeMethodDescriptionTestUtils.registerSourceDirectoryFinder(Function2<Class, String, File> sourceDirectoryFinder) -
Uses of Function2 in org.lambda.functions
Methods in org.lambda.functions that return Function2Modifier and TypeMethodDescriptionstatic <In1,In2, Out>
Function2<In1,In2, Out> Functions.unchecked(Function2WithException<In1, In2, Out> function) -
Uses of Function2 in org.lambda.utils
Methods in org.lambda.utils with parameters of type Function2