Module com.github.ushiosanXXIII.jvm
Interface IApply.WithResult<T,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.ushiosan23.jvm.functions.apply.IApply
IApply.EmptyResult<T>, IApply.WithResult<T,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vrun(T element)Apply configuration to the object and return it as a result
-