@FunctionalInterface public interface Func1<A,R> extends java.util.function.Function<A,R>
default R
apply(A a)
R
call(A a)
andThen, compose, identity
R call(A a)
default R apply(A a)
apply
java.util.function.Function<A,R>
Copyright © 2018. All rights reserved.