public interface Function<F,T> extends Function2<F,T,RuntimeException>
Function2 implementation that does not throw exceptions (that is
RuntimeException only)| Modifier and Type | Method and Description |
|---|---|
T |
apply(F input) |
Copyright © 2015 Molindo GmbH. All Rights Reserved.