package test.language.custome.nest.def; public interface Result { boolean toBoolean(); int toInt(); long toLong(); String toString(); }