@FunctionalInterface
public interface Function1<IN1,OUT>
Represents a function with one argument.
| Modifier and Type | Method and Description |
|---|---|
OUT |
apply(IN1 arg1)
Applies the function to the provided argument and returns the result.
|
Copyright © 2018 Write Them First!. All rights reserved.