Uses of Interface
nl.altindag.ssl.util.Function
-
Packages that use Function Package Description nl.altindag.ssl nl.altindag.ssl.util -
-
Uses of Function in nl.altindag.ssl
Methods in nl.altindag.ssl with parameters of type Function Modifier and Type Method Description <T> Box<T>SSLFactory. map(Function<SSLFactory,T> mapper)Returns a cardboard box to further process the SSLFactory instance. -
Uses of Function in nl.altindag.ssl.util
Methods in nl.altindag.ssl.util with parameters of type Function Modifier and Type Method Description default <R> Box<R>Box. map(Function<? super T,? extends R> mapper)
-