A
E
public interface PartialProcedureType<A,E extends Throwable>
Non-dependent unary function type, equivalent to PartialFunction but substituting void for Unit to avoid allocating useless objects.
PartialFunction
void
Unit
call(A x)
void call(A x) throws E extends Throwable
x
E extends Throwable
Copyright © 2014 <code@io7m.com> http://io7m.com