Fn1<A, B> class
final
A nominal wrapper around a one-argument function A -> B.
See the file-level documentation for the motivation behind these wrappers.
Properties
Methods
-
call(
A a) → B -
Invokes the underlying function with
aand returns its result. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited