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
-
Method Details
-
into
T into()
-