Uses of Interface
one.xingyi.core.utils.ConsumerWithException
-
Packages that use ConsumerWithException Package Description one.xingyi.core.server one.xingyi.core.utils -
-
Uses of ConsumerWithException in one.xingyi.core.server
Methods in one.xingyi.core.server with parameters of type ConsumerWithException Modifier and Type Method Description static voidSimpleServer. doAndThenStop(int port, EndPoint endPoints, ConsumerWithException<SimpleServer> consumer) -
Uses of ConsumerWithException in one.xingyi.core.utils
Methods in one.xingyi.core.utils with parameters of type ConsumerWithException Modifier and Type Method Description static <T> java.util.function.Consumer<T>WrappedException. wrapConsumer(ConsumerWithException<T> consumer)
-