package org.zstack.utils.function; /** */ public interface FunctionNoArg<K> { K call(); }