Function10.java 85 Bytes edit raw blame history 1 2 3 4 5 package com.hjx.parent.function; public interface Function10<T> { T invoke(); }