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