Interface Into<T>
-
- Type Parameters:
T- the type.
- All Known Subinterfaces:
IntoSelf<T>
- All Known Implementing Classes:
BooleanEquals,Condition,Function,IsSet,LibraryFunction,Not,StringEquals
public interface Into<T>An interface that describe a type that can be transformed to type T.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tinto()
-
-
-
Method Detail
-
into
T into()
-
-