Uses of Interface
nl.altindag.ssl.util.Box
-
Packages that use Box Package Description nl.altindag.ssl nl.altindag.ssl.util -
-
Uses of Box in nl.altindag.ssl
Methods in nl.altindag.ssl that return Box 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 Box in nl.altindag.ssl.util
Methods in nl.altindag.ssl.util that return Box Modifier and Type Method Description default <R> Box<R>Box. map(Function<? super T,? extends R> mapper)static <T> Box<T>Box. of(T value)
-