Uses of Interface
at.jku.ssw.fp.sect02_1.Function
-
Packages that use Function Package Description at.jku.ssw.fp.sect02_1 at.jku.ssw.fp.sect02_3 -
-
Uses of Function in at.jku.ssw.fp.sect02_1
Methods in at.jku.ssw.fp.sect02_1 with parameters of type Function Modifier and Type Method Description static <A,B>
BDemo1_ApplyFunction. applyFunction(Function<? super A,? extends B> fn, A obj)
Applies a function object on an object value. -
Uses of Function in at.jku.ssw.fp.sect02_3
Methods in at.jku.ssw.fp.sect02_3 that return Function Modifier and Type Method Description static Function<Double,Double>
Demo3_Closures. shift(Function<Double,Double> func, double delta)
Methods in at.jku.ssw.fp.sect02_3 with parameters of type Function Modifier and Type Method Description static Function<Double,Double>
Demo3_Closures. shift(Function<Double,Double> func, double delta)
-