JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.aol.cyclops.types
Interface Unit<T>
All Known Subinterfaces:
AnyM
<T>,
AnyMSeq
<T>,
AnyMValue
<T>,
Applicativable
<T>,
CollectionX
<T>,
DequeX
<T>,
EmptyUnit
<T>,
Eval
<T>,
FeatureToggle
<F>,
FluentCollectionX
<T>,
FluentSequenceX
<T>,
Ior
<ST,PT>,
LazyFutureStream
<U>,
ListX
<T>,
Maybe
<T>,
MutableCollectionX
<T>,
MutableSequenceX
<T>,
PBagX
<T>,
PersistentCollectionX
<T>,
POrderedSetX
<T>,
PQueueX
<T>,
PSetX
<T>,
PStackX
<T>,
PVectorX
<T>,
QueueX
<T>,
ReactiveSeq
<T>,
SetX
<T>,
SortedSetX
<T>,
Streamable
<T>,
Try
<T,X>,
Xor
<ST,PT>,
ZippingApplicativable
<T>
All Known Implementing Classes:
AnyMSeqImpl
,
AnyMValueImpl
,
CollectionXImpl
,
DequeXImpl
,
Eval.Always
,
Eval.Later
,
Eval.Now
,
FeatureToggle.Disabled
,
FeatureToggle.Enabled
,
FutureW
,
Ior.Both
,
Ior.Primary
,
Ior.Secondary
,
LazyFutureStreamImpl
,
LazyImmutable
,
ListXImpl
,
MaterializedList
,
Maybe.Just
,
Maybe.Lazy
,
Maybe.Nothing
,
PBagXImpl
,
POrderedSetXImpl
,
PQueueXImpl
,
PSetXImpl
,
PStackXImpl
,
PVectorXImpl
,
QueueXImpl
,
ReactiveSeqImpl
,
ReversedIterator
,
SetXImpl
,
SortedSetXImpl
,
StreamableImpl
,
Try.Failure
,
Try.Success
,
Xor.Primary
,
Xor.Secondary
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface
Unit<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
<T>
Unit
<T>
unit
(T unit)
Method Detail
unit
<T>
Unit
<T> unit(T unit)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method