Uses of Interface
com.jongsoft.lang.control.Equal
-
Packages that use Equal Package Description com.jongsoft.lang This package contains all interfaces used through out the functional library.com.jongsoft.lang.control The control package contains flow control interfaces. -
-
Uses of Equal in com.jongsoft.lang
Methods in com.jongsoft.lang that return Equal Modifier and Type Method Description static <T,X>
EqualControl. Equal(T left, X right)
This operation will compare theleft
with the providedright
and return the corresponding equality. -
Uses of Equal in com.jongsoft.lang.control
Methods in com.jongsoft.lang.control that return Equal Modifier and Type Method Description <T,R>
EqualEqual. append(T left, R right)
Compare left with right for equality.
-