public interface ProcedureWithException<P>
A Function which is permitted to throw exceptions.
void
apply(P param)
void apply(P param) throws Exception
Exception
Copyright © 2019. All rights reserved.