package com.hjx.parent.function; public interface Function0 { void invoke(); }