@FunctionalInterface public interface MethodReference<A,R> extends Serializable
Foo::bar.| Modifier and Type | Method and Description |
|---|---|
R |
apply(A self)
Applies this method reference to the specified owning object.
|
Copyright © 2018. All rights reserved.