Interface AFSocketAddress.AFSocketAddressConstructor<T extends AFSocketAddress>

Type Parameters:
T - The actual subclass.
Enclosing class:
AFSocketAddress
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface AFSocketAddress.AFSocketAddressConstructor<T extends AFSocketAddress>
A reference to the constructor of an AFSocketAddress subclass.
Author:
Christian Kohlschütter